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