Searched refs:lastRotation (Results 1 – 2 of 2) sorted by relevance
1025 public int rotationForOrientationLw(int orientation, int lastRotation); in rotationForOrientationLw() argument
4440 public int rotationForOrientationLw(int orientation, int lastRotation) { in rotationForOrientationLw() argument4443 + 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()