Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance
286 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent941 return mLastWindowForcedOrientation; in getLastWindowForcedOrientation()1694 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()1696 + " is frozen, return " + mLastWindowForcedOrientation); in getOrientation()1701 return mLastWindowForcedOrientation; in getOrientation()3790 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()3796 return (mLastWindowForcedOrientation = req); in getOrientation()3799 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()