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