Searched refs:altOrientation (Results 1 – 2 of 2) sorted by relevance
936 void setAltOrientation(boolean altOrientation) { in setAltOrientation() argument937 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()
2491 boolean altOrientation = !mPolicy.rotationHasCompatibleMetricsLw( in rotationNeedsUpdateLocked()2493 if (oldRotation == rotation && oldAltOrientation == altOrientation) { in rotationNeedsUpdateLocked()