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