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.java1204 final int lastOrientation = getLastOrientation(); in rotationNeedsUpdate() local
1207 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in rotationNeedsUpdate()
1408 final int lastOrientation = mLastOrientation; in updateRotationUnchecked() local
1409 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in updateRotationUnchecked()
1411 + mDisplayId + " based on lastOrientation=" + lastOrientation in updateRotationUnchecked()
1441 + " selected orientation " + lastOrientation in updateRotationUnchecked()
1452 + ", lastOrientation=" + lastOrientation); in updateRotationUnchecked()
2057 final int lastOrientation = getConfiguration().orientation; in onConfigurationChanged() local
2063 if (lastOrientation != getConfiguration().orientation) { in onConfigurationChanged()