Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DRotationUtils.java70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBaseUnfoldMoveFromCenterAnimator.java147 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged()
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/view/
DFingerprintEnrollFindRfpsFragment.java227 private void onRotationChanged(@Surface.Rotation int newRotation) { in onRotationChanged()
DFingerprintEnrollFindSfpsFragment.java217 private void onRotationChanged(@Surface.Rotation int newRotation) { in onRotationChanged()
DFingerprintEnrollEnrollingUdfpsFragment.java544 private void onRotationChanged(int newRotation) { in onRotationChanged()
551 private void configLayout(int newRotation) { in configLayout()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java221 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.java2548 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()