Searched refs:onTaskLaunchAnimationEnd (Results 1 – 2 of 2) sorted by relevance
95 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method in LauncherRecentsView102 super.onTaskLaunchAnimationEnd(success); in onTaskLaunchAnimationEnd()
3316 onTaskLaunchAnimationEnd(true /* success */);3318 tv.launchTask(this::onTaskLaunchAnimationEnd);3326 onTaskLaunchAnimationEnd(false);3333 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method