Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java90 onGestureAnimationStart(homeTaskInfo); in onGestureAnimationStartOnHome()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java584 mRecentsView.onGestureAnimationStart(runningTasks); in notifyGestureAnimationStartToRecents()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2052 public void onGestureAnimationStart(RunningTaskInfo[] runningTaskInfo) { in onGestureAnimationStart() method in RecentsView