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.java103 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method in LauncherRecentsView
110 super.onTaskLaunchAnimationEnd(success); in onTaskLaunchAnimationEnd()
DRecentsView.java5133 onTaskLaunchAnimationEnd(true /* success */);
5135 tv.launchTask(this::onTaskLaunchAnimationEnd);
5143 onTaskLaunchAnimationEnd(false);
5150 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method