Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java654 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
668 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
676 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
679 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientation()
705 private boolean isLandscapeOrSeascape(int rotation) { in isLandscapeOrSeascape() method in DisplayRotation
728 return isLandscapeOrSeascape(preferredRotation); in isValidRotationChoice()