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.java504 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManagerService
3803 if (mLastWindowForcedOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientationLocked()
3805 + mLastWindowForcedOrientation); in getOrientationLocked()
3811 return mLastWindowForcedOrientation; in getOrientationLocked()
3836 return (mLastWindowForcedOrientation = req); in getOrientationLocked()
3838 mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in getOrientationLocked()
11435 pw.print(" mLastWindowForcedOrientation="); pw.print(mLastWindowForcedOrientation); in dumpWindowsNoHeaderLocked()