Home
last modified time | relevance | path

Searched defs:currentRotation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationRectF.java59 public boolean applyTransformFromRotation(MotionEvent event, int currentRotation, in applyTransformFromRotation()
64 public boolean applyTransformToRotation(MotionEvent event, int currentRotation, in applyTransformToRotation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailViewDeprecated.java534 int currentRotation = recents.getPagedViewOrientedState().getRecentsActivityRotation(); in isThumbnailRotationDifferentFromTask() local
574 int currentRotation = getTaskView().getOrientedState().getRecentsActivityRotation(); in updateThumbnailMatrix() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java450 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated()