Searched defs:proposedRotation (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotationImmersiveAppCompatPolicy.java | 89 boolean isRotationLockEnforced(@Surface.Rotation final int proposedRotation) { in isRotationLockEnforced() 98 private boolean isRotationLockEnforcedLocked(@Surface.Rotation final int proposedRotation) { in isRotationLockEnforcedLocked()
|
H A D | WindowOrientationListener.java | 687 int proposedRotation; in onSensorChanged() local
|
H A D | DisplayRotation.java | 1459 private boolean isRotationChoiceAllowed(@Surface.Rotation final int proposedRotation) { in isRotationChoiceAllowed()
|
/aosp14/frameworks/base/core/java/android/service/rotationresolver/ |
H A D | RotationResolutionRequest.java | 93 @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 D | RotationResolverManagerService.java | 185 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 D | RotationResolverInternal.java | 57 String packageName, @Surface.Rotation int proposedRotation, in resolveRotation()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | WindowOrientationListenerTest.java | 159 String packageName, @Surface.Rotation int proposedRotation, in resolveRotation()
|