Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance
375 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent1156 return mLastWindowForcedOrientation; in getLastWindowForcedOrientation()2173 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()2175 + " is frozen, return " + mLastWindowForcedOrientation); in getOrientation()2180 return mLastWindowForcedOrientation; in getOrientation()4703 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()4709 return (mLastWindowForcedOrientation = req); in getOrientation()4712 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()