Searched refs:lastOrientation (Results 1 – 1 of 1) sorted by relevance
1204 final int lastOrientation = getLastOrientation(); in rotationNeedsUpdate() local1207 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in rotationNeedsUpdate()1408 final int lastOrientation = mLastOrientation; in updateRotationUnchecked() local1409 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() local2063 if (lastOrientation != getConfiguration().orientation) { in onConfigurationChanged()