Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt76 val currentRotation = ROTATION_NONE in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant
152 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() constant
253 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() constant
341 val currentRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_noCutout() constant
433 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.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()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DRotationChangeProvider.kt91 val currentRotation = display.rotation in onDisplayChanged() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractor.kt48 val currentRotation: StateFlow<DisplayRotation> in <lambda>() constant
99 override val currentRotation: StateFlow<DisplayRotation> = constant
/frameworks/base/core/java/android/rotationresolver/
DRotationResolverInternal.java58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractorImplTest.kt70 val currentRotation = collectLastValue(interactor.currentRotation) in currentRotationChanges() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeDisplayStateRepository.kt30 override val currentRotation: StateFlow<DisplayRotation> = _currentRotation.asStateFlow() constant in com.android.systemui.biometrics.data.repository.FakeDisplayStateRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DDisplayStateRepository.kt54 val currentRotation: StateFlow<DisplayRotation> in <lambda>() constant
113 override val currentRotation: StateFlow<DisplayRotation> = constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DDisplayStateRepositoryTest.kt122 val currentRotation by collectLastValue(underTest.currentRotation) in updatesCurrentRotation_whenDisplayStateChanges() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowOrientationListenerTest.java160 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java64 int currentRotation, boolean isRtl) { in updateThumbnailMatrix()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionTaskView.kt149 val currentRotation: Int = display.rotation in updateThumbnailMatrix() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt232 val currentRotation = getExactRotation(context) in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java377 final int currentRotation = mDisplayContent.getWindowConfiguration().getRotation(); in updateRotation() local
DWindowToken.java169 int currentRotation) { in FixedRotationTransformStateLegacy()
DWindowOrientationListener.java929 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
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
DActivityRecord.java2613 final int currentRotation = task.getWindowConfiguration().getRotation(); in isSnapshotCompatible() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt259 val currentRotation = RotationUtils.getExactRotation(tl.context) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLightRevealOverlayAnimation.kt92 private var currentRotation: Int = context.display!!.rotation in <lambda>() variable in com.android.systemui.unfold.UnfoldLightRevealOverlayAnimation
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java706 final int currentRotation = getWindowManagerService().registerProposedRotationListener( in registerProposedRotationListener() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java2036 final int currentRotation = mDisplayContent.getRotation(); in testIsSnapshotCompatibleTaskSizeChanged() local