How to flip (mirror) screen in my app

Hey guys

I would like to ask how can i do “mirror Screen” (like HUD) in my APP.

is there some way like

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);

or something like that ?

Thank you for your answer