/aosp12/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
|
/aosp12/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
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | OrientationRectF.java | 59 public boolean applyTransformFromRotation(MotionEvent event, int currentRotation, in applyTransformFromRotation() 64 public boolean applyTransformToRotation(MotionEvent event, int currentRotation, in applyTransformToRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
H A D | RotationResolverManagerService.java | 161 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()
|
/aosp12/frameworks/base/core/java/android/rotationresolver/ |
H A D | RotationResolverInternal.java | 58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | WindowOrientationListenerTest.java | 138 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskThumbnailView.java | 368 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local 436 int canvasWidth, int canvasHeight, DeviceProfile dp, int currentRotation, in updateThumbnailMatrix()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 278 final int currentRotation = display.getRotation(); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedController.java | 363 final int currentRotation = mDisplayAreaOrganizer.getDisplayLayout().rotation(); in startOneHanded() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProvider.kt | 228 val currentRotation = getExactRotation(context) regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 236 val currentRotation = RotationUtils.getExactRotation(tl.context) regex
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | RecentsOrientedState.java | 459 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowToken.java | 146 int currentRotation) { in FixedRotationTransformState()
|
H A D | WindowOrientationListener.java | 923 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
|
H A D | DisplayContent.java | 1619 final int currentRotation = getRotation(); in rotationForActivityInDifferentOrientation() local 4552 final int currentRotation = mDisplayInfo.rotation; in getBounds() local
|