Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt76 val currentRotation = ROTATION_NONE regex
152 val currentRotation = ROTATION_NONE regex
253 val currentRotation = ROTATION_NONE regex
341 val currentRotation = ROTATION_NONE regex
433 val currentRotation = ROTATION_NONE regex
/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolutionRequest.java92 @Surface.Rotation int currentRotation, in RotationResolutionRequest()
197 int currentRotation = 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.java58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
H A DRotationChangeProvider.kt91 val currentRotation = display.rotation regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DDisplayStateInteractorImplTest.kt70 val currentRotation = collectLastValue(interactor.currentRotation) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DDisplayStateRepositoryTest.kt122 val currentRotation by collectLastValue(underTest.currentRotation) regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java160 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java64 int currentRotation, boolean isRtl) { in updateThumbnailMatrix()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt232 val currentRotation = getExactRotation(context) regex
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java377 final int currentRotation = mDisplayContent.getWindowConfiguration().getRotation(); in updateRotation() local
H A DWindowToken.java169 int currentRotation) { in FixedRotationTransformStateLegacy()
H A DWindowOrientationListener.java929 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
H A DDisplayContent.java1804 final int currentRotation = getRotation(); in rotationForActivityInDifferentOrientation() local
2949 final int currentRotation = getRotation(); in updateBaseDisplayMetricsIfNeeded() local
5052 final int currentRotation = mDisplayInfo.rotation; in getBounds() local
H A DActivityRecord.java2613 final int currentRotation = task.getWindowConfiguration().getRotation(); in isSnapshotCompatible() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt259 val currentRotation = RotationUtils.getExactRotation(tl.context) regex
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java706 final int currentRotation = getWindowManagerService().registerProposedRotationListener( in registerProposedRotationListener() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2046 final int currentRotation = mDisplayContent.getRotation(); in testIsSnapshotCompatibleTaskSizeChanged() local