Home
last modified time | relevance | path

Searched refs:deltaRotation (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationRectF.java18 import static com.android.launcher3.states.RotationHelper.deltaRotation;
61 return applyTransform(event, deltaRotation(currentRotation, mRotation), forceTransform); in applyTransformFromRotation()
66 return applyTransform(event, deltaRotation(mRotation, currentRotation), forceTransform); in applyTransformToRotation()
69 public boolean applyTransform(MotionEvent event, int deltaRotation, boolean forceTransform) { in applyTransform() argument
71 postDisplayRotation(deltaRotation, mHeight, mWidth, mTmpMatrix); in applyTransform()
75 + "deltaRotation: " + deltaRotation in applyTransform()
DOrientationTouchTransformer.java25 import static com.android.launcher3.states.RotationHelper.deltaRotation;
331 deltaRotation(event.getSurfaceRotation(), mActiveTouchRotation), in transform()
350 deltaRotation(event.getSurfaceRotation(), mActiveTouchRotation), in transform()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DCachedDisplayInfo.java18 import static com.android.launcher3.util.RotationUtils.deltaRotation;
66 rotateSize(newSize, deltaRotation(rotation, Surface.ROTATION_0)); in normalize()
DWindowManagerProxy.java31 import static com.android.launcher3.util.RotationUtils.deltaRotation;
331 int rotationChange = deltaRotation(rotation, i); in estimateWindowBounds()
461 rotateRect(safeCutout, deltaRotation(fromRotation, toRotation)); in rotateCutout()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRotationUtils.java70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in RotationUtils
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java173 RotationUtils.rotateRect(insetsR, RotationUtils.deltaRotation(rotation, i)); in verifyNoTransforms()
174 RotationUtils.rotateRect(boundsR, RotationUtils.deltaRotation(rotation, i)); in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java21 import static com.android.launcher3.states.RotationHelper.deltaRotation;
413 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java232 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in RotationHelper
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java2047 ? android.util.RotationUtils.deltaRotation(taskRotation, profile.rotationHint) in transferRectToTargetCoordinate()
2048 : android.util.RotationUtils.deltaRotation(profile.rotationHint, taskRotation); in transferRectToTargetCoordinate()