/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProviderTest.kt | 76 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 D | RotationResolutionRequest.java | 92 @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 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 | 58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
|
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/ |
H A D | RotationChangeProvider.kt | 91 val currentRotation = display.rotation regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | DisplayStateInteractorImplTest.kt | 70 val currentRotation = collectLastValue(interactor.currentRotation) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
H A D | DisplayStateRepositoryTest.kt | 122 val currentRotation by collectLastValue(underTest.currentRotation) regex
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | WindowOrientationListenerTest.java | 160 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
H A D | PreviewPositionHelper.java | 64 int currentRotation, boolean isRtl) { in updateThumbnailMatrix()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProvider.kt | 232 val currentRotation = getExactRotation(context) regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AsyncRotationController.java | 377 final int currentRotation = mDisplayContent.getWindowConfiguration().getRotation(); in updateRotation() local
|
H A D | WindowToken.java | 169 int currentRotation) { in FixedRotationTransformStateLegacy()
|
H A D | WindowOrientationListener.java | 929 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
|
H A D | DisplayContent.java | 1804 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 D | ActivityRecord.java | 2613 final int currentRotation = task.getWindowConfiguration().getRotation(); in isSnapshotCompatible() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 259 val currentRotation = RotationUtils.getExactRotation(tl.context) regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManagerGlobal.java | 706 final int currentRotation = getWindowManagerService().registerProposedRotationListener( in registerProposedRotationListener() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityRecordTests.java | 2046 final int currentRotation = mDisplayContent.getRotation(); in testIsSnapshotCompatibleTaskSizeChanged() local
|