Searched refs:mLastWindowForcedOrientation (Results 1 – 1 of 1) sorted by relevance
504 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManagerService3803 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()