Home
last modified time | relevance | path

Searched refs:rotationTouchHelper (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackActivityInterface.java211 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() argument
214 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
215 rotationTouchHelper.getDisplayRotation()); in notifyRecentsOfOrientation()
DLauncherActivityInterface.java261 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() argument
264 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
265 rotationTouchHelper.getDisplayRotation()); in notifyRecentsOfOrientation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java106 RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStartOnHome() argument
110 onGestureAnimationStart(homeTask, rotationTouchHelper); in onGestureAnimationStartOnHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java264 RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStart() argument
265 super.onGestureAnimationStart(runningTasks, rotationTouchHelper); in onGestureAnimationStart()
DRecentsView.java2643 Task[] runningTasks, RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStart() argument
2648 setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in onGestureAnimationStart()
2649 rotationTouchHelper.getDisplayRotation()); in onGestureAnimationStart()