Searched refs:currentRotation (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OrientationRectF.java | 59 public boolean applyTransformFromRotation(MotionEvent event, int currentRotation, in applyTransformFromRotation() argument 61 return applyTransform(event, deltaRotation(currentRotation, mRotation), forceTransform); in applyTransformFromRotation() 64 public boolean applyTransformToRotation(MotionEvent event, int currentRotation, in applyTransformToRotation() argument 66 return applyTransform(event, deltaRotation(mRotation, currentRotation), forceTransform); in applyTransformToRotation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RecentsOrientedState.java | 450 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() argument 452 return currentRotation; in getRotationForUserDegreesRotated() 456 switch (currentRotation) { in getRotationForUserDegreesRotated() 501 return currentRotation; in getRotationForUserDegreesRotated()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskThumbnailViewDeprecated.java | 534 int currentRotation = recents.getPagedViewOrientedState().getRecentsActivityRotation(); in isThumbnailRotationDifferentFromTask() local 535 return (currentRotation - mThumbnailData.rotation) % 2 != 0; in isThumbnailRotationDifferentFromTask() 574 int currentRotation = getTaskView().getOrientedState().getRecentsActivityRotation(); in updateThumbnailMatrix() local 577 getMeasuredWidth(), getMeasuredHeight(), dp.isTablet, currentRotation, isRtl); in updateThumbnailMatrix()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintEnrollEnrolling.java | 1021 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent() 1023 && currentRotation == Surface.ROTATION_270) || ( in listenOrientationEvent() 1025 && currentRotation == Surface.ROTATION_90)) { in listenOrientationEvent() 1026 mPreviousRotation = currentRotation; in listenOrientationEvent()
|