/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/navigationbar/views/buttons/ |
D | NavbarOrientationTrackingLogger.java | 25 private final java.lang.String getDeltaRotation(int oldRotation, int newRotation) { in getDeltaRotation() 29 private final int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayController.java | 262 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 350 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 399 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | BaseUnfoldMoveFromCenterAnimator.java | 151 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged() 156 private void onRotationChangedInternal(@Rotation int newRotation) { in onRotationChangedInternal()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 105 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation() 127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 89 @Rotation int newRotation) { in rotateBounds() 141 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | RoundedCornerDecorProviderImpl.kt | 161 var newRotation = 0F in adjustRotation() variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 539 final int newRotation = simulateRotateTheDevice(); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local 574 final int newRotation = simulateRotateTheDevice(); in onOrientationChanged_disabled_updateDisplayRotation() local 1114 final int newRotation = simulateRotateTheDevice(); in enableWindowMagnification_rotationIsChanged_updateRotationValue() local 1518 final int newRotation = (currentRotation + 1) % 4; in simulateRotateTheDevice() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | RotationUtils.java | 70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowListener.aidl | 56 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | FlingUpDownMethod.java | 125 private static void rotateToward(View view, float newRotation) { in rotateToward() 126 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR)); in rotateToward() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceControlTests.java | 178 final int newRotation = activity.getResources().getConfiguration() in testSurfaceChangedOnRotation() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/unfold/SystemUIUnfoldLib/android_common/kapt/gen/stubs/com/android/systemui/unfold/updates/ |
D | RotationChangeProvider.java | 108 public abstract void onRotationChanged(int newRotation); in onRotationChanged()
|
D | DeviceFoldStateProvider.java | 186 public void onRotationChanged(int newRotation) { in onRotationChanged()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | RotationHelper.java | 112 int newRotation = DisplayManagerGlobal.getInstance() in updateOrientation() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayWindowListenerController.java | 101 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
|
H A D | SeamlessRotator.java | 54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
H A D | DisplayRotation.java | 741 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() 787 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly()
|
H A D | PinnedTaskController.java | 241 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
H A D | PreviewPositionHelper.java | 177 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | MultiListLayout.java | 87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | RotationHelper.java | 249 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarView.java | 163 int newRotation = RotationUtils.getExactRotation(mContext); in updateDisplayParameters() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | FullscreenMagnificationController.java | 363 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/unfold/ |
D | FullscreenLightRevealAnimationController.java | 189 public void onRotationChanged(int newRotation) { in onRotationChanged()
|
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/ |
D | Matrix.java | 274 public static Matrix newRotation(Quaternion rotation) { in newRotation() method in Matrix
|