Home
last modified time | relevance | path

Searched defs:currentRotation (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt54 val currentRotation = ROTATION_NONE in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant
128 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() constant
220 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() constant
299 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_noCutout() constant
383 val currentRotation = ROTATION_NONE in testMinLeftRight_accountsForDisplayCutout() constant
/frameworks/base/core/java/android/service/rotationresolver/
DRotationResolutionRequest.java92 @Surface.Rotation int currentRotation, in RotationResolutionRequest()
197 int currentRotation = in.readInt(); in RotationResolutionRequest() local
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRotationResolverManagerService.java161 int proposedRotation, int currentRotation, long timeout, in resolveRotation()
224 static void logRotationStatsWithTimeToCalculate(int proposedRotation, int currentRotation, in logRotationStatsWithTimeToCalculate()
233 static void logRotationStats(int proposedRotation, int currentRotation, in logRotationStats()
/frameworks/base/core/java/android/rotationresolver/
DRotationResolverInternal.java58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowOrientationListenerTest.java138 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt157 val currentRotation = RotationUtils.getExactRotation(context) in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedController.java381 final int currentRotation = mDisplayAreaOrganizer.getDisplayLayout().rotation(); in startOneHanded() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt254 val currentRotation = RotationUtils.getExactRotation(tl.context) in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java143 int currentRotation) { in FixedRotationTransformState()
DWindowOrientationListener.java923 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
DDisplayContent.java1534 final int currentRotation = getRotation(); in rotationForActivityInDifferentOrientation() local
4395 final int currentRotation = mDisplayInfo.rotation; in getBounds() local