Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java263 public void onGestureAnimationStart(Task[] runningTasks, in onGestureAnimationStart() method in LauncherRecentsView
265 super.onGestureAnimationStart(runningTasks, rotationTouchHelper); in onGestureAnimationStart()
DRecentsView.java2642 public void onGestureAnimationStart( in onGestureAnimationStart() method in RecentsView
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java110 onGestureAnimationStart(homeTask, rotationTouchHelper); in onGestureAnimationStartOnHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java689 mRecentsView.onGestureAnimationStart(runningTasks, mDeviceState.getRotationTouchHelper()); in notifyGestureAnimationStartToRecents()