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.java113 protected Unit onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method in LauncherRecentsView
120 super.onTaskLaunchAnimationEnd(success); in onTaskLaunchAnimationEnd()
DRecentsView.java5320 onTaskLaunchAnimationEnd(true /* success */);
5322 tv.launchTask(this::onTaskLaunchAnimationEnd);
5327 onTaskLaunchAnimationEnd(false);
5334 protected Unit onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method