Home
last modified time | relevance | path

Searched refs:onTaskLaunchAnimationEnd (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java95 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method in LauncherRecentsView
102 super.onTaskLaunchAnimationEnd(success); in onTaskLaunchAnimationEnd()
DRecentsView.java3316 onTaskLaunchAnimationEnd(true /* success */);
3318 tv.launchTask(this::onTaskLaunchAnimationEnd);
3326 onTaskLaunchAnimationEnd(false);
3333 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method