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.java249 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayContent
897 return mLastWindowForcedOrientation; in getLastWindowForcedOrientation()
1538 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()
1540 "Display is frozen, return " + mLastWindowForcedOrientation); in getOrientation()
1545 return mLastWindowForcedOrientation; in getOrientation()
3510 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()
3515 return (mLastWindowForcedOrientation = req); in getOrientation()
3518 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()