Home
last modified time | relevance | path

Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java375 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent
1156 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()