Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance
380 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent1162 return mLastWindowForcedOrientation; in getLastWindowForcedOrientation()2180 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()2182 + " is frozen, return " + mLastWindowForcedOrientation); in getOrientation()2187 return mLastWindowForcedOrientation; in getOrientation()4717 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()4723 return (mLastWindowForcedOrientation = req); in getOrientation()4726 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()