Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java892 void setAltOrientation(boolean altOrientation) { in setAltOrientation() argument
893 mAltOrientation = altOrientation; in setAltOrientation()
961 final boolean altOrientation = !mService.mPolicy.rotationHasCompatibleMetricsLw( in updateRotationUnchecked()
966 + (altOrientation ? "incompatible" : "compatible") + " metrics"); in updateRotationUnchecked()
968 if (oldRotation == rotation && oldAltOrientation == altOrientation) { in updateRotationUnchecked()
974 + (altOrientation ? " (alt)" : "") + " from " + oldRotation in updateRotationUnchecked()
982 mAltOrientation = altOrientation; in updateRotationUnchecked()
DWindowManagerService.java2560 boolean altOrientation = !mPolicy.rotationHasCompatibleMetricsLw( in rotationNeedsUpdateLocked()
2562 if (oldRotation == rotation && oldAltOrientation == altOrientation) { in rotationNeedsUpdateLocked()