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/policy/
DPhoneWindowManager.java6573 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientationLw()
6587 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientationLw()
6595 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientationLw()
6598 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientationLw()
6636 return isLandscapeOrSeascape(rotation); in rotationHasCompatibleMetricsLw()
6648 private boolean isLandscapeOrSeascape(int rotation) { in isLandscapeOrSeascape() method in PhoneWindowManager