Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance
249 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent897 return mLastWindowForcedOrientation; in getLastWindowForcedOrientation()1538 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()1540 "Display is frozen, return " + mLastWindowForcedOrientation); in getOrientation()1545 return mLastWindowForcedOrientation; in getOrientation()3510 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()3515 return (mLastWindowForcedOrientation = req); in getOrientation()3518 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()