Searched refs:onTaskLaunchAnimationEnd (Results 1 – 2 of 2) sorted by relevance
77 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method in LauncherRecentsView84 super.onTaskLaunchAnimationEnd(success); in onTaskLaunchAnimationEnd()
4246 onTaskLaunchAnimationEnd(true /* success */);4248 tv.launchTask(this::onTaskLaunchAnimationEnd);4256 onTaskLaunchAnimationEnd(false);4263 protected void onTaskLaunchAnimationEnd(boolean success) { in onTaskLaunchAnimationEnd() method