Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFullscreenDrawParamsTest.kt60 val currentRotation = 0 in setStartProgress_correctCornerRadiusForTablet() constant
95 val currentRotation = 0 in setFullProgress_correctCornerRadiusForTablet() constant
130 val currentRotation = 0 in setStartProgress_correctCornerRadiusForPhone() constant
165 val currentRotation = 0 in setFullProgress_correctCornerRadiusForPhone() constant
/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/
DTaskThumbnailView.java517 int currentRotation = recents.getPagedViewOrientedState().getRecentsActivityRotation(); in isThumbnailRotationDifferentFromTask() local
557 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java448 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated()