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/
DWindowManagerService.java586 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManagerService
3504 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientationLocked()
3506 "Display is frozen, return " + mLastWindowForcedOrientation); in getOrientationLocked()
3512 return mLastWindowForcedOrientation; in getOrientationLocked()
3536 return (mLastWindowForcedOrientation = req); in getOrientationLocked()
3538 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in getOrientationLocked()
10406 pw.print(" mLastWindowForcedOrientation="); pw.print(mLastWindowForcedOrientation); in dumpWindowsNoHeaderLocked()