Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1025 public int rotationForOrientationLw(int orientation, int lastRotation); in rotationForOrientationLw() argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java4440 public int rotationForOrientationLw(int orientation, int lastRotation) { in rotationForOrientationLw() argument
4443 + orientation + ", last=" + lastRotation in rotationForOrientationLw()
4457 sensorRotation = lastRotation; in rotationForOrientationLw()
4493 preferredRotation = lastRotation; in rotationForOrientationLw()
4519 preferredRotation = lastRotation; in rotationForOrientationLw()
4569 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientationLw()
4570 return lastRotation; in rotationForOrientationLw()
4580 if (isAnyPortrait(lastRotation)) { in rotationForOrientationLw()
4581 return lastRotation; in rotationForOrientationLw()