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.java380 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent
1162 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()