Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1000 final int lastOrientation = mLastOrientation; in updateRotationUnchecked() local
1002 final int rotation = mService.mPolicy.rotationForOrientationLw(lastOrientation, oldRotation, in updateRotationUnchecked()
1005 + mDisplayId + " based on lastOrientation=" + lastOrientation in updateRotationUnchecked()
1040 lastOrientation, rotation); in updateRotationUnchecked()
1043 + " selected orientation " + lastOrientation in updateRotationUnchecked()
1055 + (oldAltOrientation ? " (alt)" : "") + ", lastOrientation=" + lastOrientation); in updateRotationUnchecked()
DWindowManagerService.java2485 final int lastOrientation = defaultDisplayContent.getLastOrientation(); in rotationNeedsUpdateLocked() local
2489 final int rotation = mPolicy.rotationForOrientationLw(lastOrientation, oldRotation, in rotationNeedsUpdateLocked()
2492 lastOrientation, rotation); in rotationNeedsUpdateLocked()