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/
DDisplayContent.java1198 final int lastOrientation = getLastOrientation(); in rotationNeedsUpdate() local
1201 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in rotationNeedsUpdate()
1402 final int lastOrientation = mLastOrientation; in updateRotationUnchecked() local
1403 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in updateRotationUnchecked()
1405 + mDisplayId + " based on lastOrientation=" + lastOrientation in updateRotationUnchecked()
1435 + " selected orientation " + lastOrientation in updateRotationUnchecked()
1446 + ", lastOrientation=" + lastOrientation); in updateRotationUnchecked()
2050 final int lastOrientation = getConfiguration().orientation; in onConfigurationChanged() local
2056 if (lastOrientation != getConfiguration().orientation) { in onConfigurationChanged()