Home
last modified time | relevance | path

Searched refs:currentRotation (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFullscreenDrawParamsTest.kt57 val currentRotation = 0 in setStartProgress_correctCornerRadiusForTablet() constant
69 currentRotation, in setStartProgress_correctCornerRadiusForTablet()
92 val currentRotation = 0 in setFullProgress_correctCornerRadiusForTablet() constant
104 currentRotation, in setFullProgress_correctCornerRadiusForTablet()
127 val currentRotation = 0 in setStartProgress_correctCornerRadiusForPhone() constant
139 currentRotation, in setStartProgress_correctCornerRadiusForPhone()
162 val currentRotation = 0 in setFullProgress_correctCornerRadiusForPhone() constant
174 currentRotation, in setFullProgress_correctCornerRadiusForPhone()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationRectF.java59 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/
DRecentsOrientedState.java442 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() argument
444 return currentRotation; in getRotationForUserDegreesRotated()
448 switch (currentRotation) { in getRotationForUserDegreesRotated()
493 return currentRotation; in getRotationForUserDegreesRotated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java517 int currentRotation = recents.getPagedViewOrientedState().getRecentsActivityRotation(); in isThumbnailRotationDifferentFromTask() local
518 return (currentRotation - mThumbnailData.rotation) % 2 != 0; in isThumbnailRotationDifferentFromTask()
557 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local
562 dp.taskbarHeight, dp.isTablet, currentRotation, isRtl); in updateThumbnailMatrix()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensor.java456 final int currentRotation = getRotationFromDefault(getDisplay().getRotation()); in listenOrientationEvent()
457 if ((currentRotation + 2) % 4 == mPreviousRotation) { in listenOrientationEvent()
458 mPreviousRotation = currentRotation; in listenOrientationEvent()
DFingerprintEnrollEnrolling.java948 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent()
950 && currentRotation == Surface.ROTATION_270) || ( in listenOrientationEvent()
952 && currentRotation == Surface.ROTATION_90)) { in listenOrientationEvent()
953 mPreviousRotation = currentRotation; in listenOrientationEvent()