Home
last modified time | relevance | path

Searched defs:newRotation (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBaseUnfoldMoveFromCenterAnimator.java151 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged()
156 private void onRotationChangedInternal(@Rotation int newRotation) { in onRotationChangedInternal()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRotationUtils.java70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/viewmodel/
DDeviceRotationViewModel.java100 @Surface.Rotation int newRotation = getRotation(); in getLiveData() local
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java232 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java125 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
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DMatrix.java274 public static Matrix newRotation(Quaternion rotation) { in newRotation() method in Matrix
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2675 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()
2693 private void animateRotation(int newRotation) { in animateRotation()