Home
last modified time | relevance | path

Searched defs:proposedRotation (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationImmersiveAppCompatPolicy.java89 boolean isRotationLockEnforced(@Surface.Rotation final int proposedRotation) { in isRotationLockEnforced()
98 private boolean isRotationLockEnforcedLocked(@Surface.Rotation final int proposedRotation) { in isRotationLockEnforcedLocked()
H A DWindowOrientationListener.java687 int proposedRotation; in onSensorChanged() local
H A DDisplayRotation.java1459 private boolean isRotationChoiceAllowed(@Surface.Rotation final int proposedRotation) { in isRotationChoiceAllowed()
/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolutionRequest.java93 @Surface.Rotation int proposedRotation, in RotationResolutionRequest()
198 int proposedRotation = in.readInt(); in RotationResolutionRequest() local
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java185 int proposedRotation, int currentRotation, long timeout, in resolveRotation()
245 static void logRotationStatsWithTimeToCalculate(int proposedRotation, int currentRotation, in logRotationStatsWithTimeToCalculate()
254 static void logRotationStats(int proposedRotation, int currentRotation, in logRotationStats()
/aosp14/frameworks/base/core/java/android/rotationresolver/
H A DRotationResolverInternal.java57 String packageName, @Surface.Rotation int proposedRotation, in resolveRotation()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java159 String packageName, @Surface.Rotation int proposedRotation, in resolveRotation()