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.java936 void setAltOrientation(boolean altOrientation) { in setAltOrientation() argument
937 mAltOrientation = altOrientation; in setAltOrientation()
1039 final boolean altOrientation = !mService.mPolicy.rotationHasCompatibleMetricsLw( in updateRotationUnchecked()
1045 + (altOrientation ? "incompatible" : "compatible") + " metrics"); in updateRotationUnchecked()
1047 if (oldRotation == rotation && oldAltOrientation == altOrientation) { in updateRotationUnchecked()
1054 + (altOrientation ? " (alt)" : "") + " from " + oldRotation in updateRotationUnchecked()
1062 mAltOrientation = altOrientation; in updateRotationUnchecked()
DWindowManagerService.java2491 boolean altOrientation = !mPolicy.rotationHasCompatibleMetricsLw( in rotationNeedsUpdateLocked()
2493 if (oldRotation == rotation && oldAltOrientation == altOrientation) { in rotationNeedsUpdateLocked()