Home
last modified time | relevance | path

Searched refs:lastOrientation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3863 int lastOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in getOrientationLocked() local
3892 if (lastOrientation != ActivityInfo.SCREEN_ORIENTATION_BEHIND in getOrientationLocked()
3895 + " -- end of group, return " + lastOrientation); in getOrientationLocked()
3896 return lastOrientation; in getOrientationLocked()
3909 lastOrientation = atoken.requestedOrientation; in getOrientationLocked()