Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java1257 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
1271 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
1279 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()
1282 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientation()
1308 private boolean isLandscapeOrSeascape(int rotation) { in isLandscapeOrSeascape() method in DisplayRotation
1331 return isLandscapeOrSeascape(preferredRotation); in isValidRotationChoice()
/frameworks/base/services/
Dart-profile46213 HPLcom/android/server/wm/DisplayRotation;->isLandscapeOrSeascape(I)Z