Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java608 private boolean isOrientationChange(int deltaRotation) { in isOrientationChange() argument
609 return deltaRotation == Surface.ROTATION_90 || deltaRotation == Surface.ROTATION_270; in isOrientationChange()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java19 import static com.android.launcher3.states.RotationHelper.deltaRotation;
234 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationTouchTransformer.java25 import static com.android.launcher3.states.RotationHelper.deltaRotation;
456 postDisplayRotation(deltaRotation(mCurrentDisplay.rotation, mRotation), in applyTransform()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java196 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in RotationHelper