Searched refs:findTaskViewToLaunch (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.quickstep.TaskViewUtils.findTaskViewToLaunch;56 && findTaskViewToLaunch(mLauncher, v, targets) != null; in isLaunchingFromRecents()66 TaskView taskView = findTaskViewToLaunch(mLauncher, v, appTargets); in composeRecentsLaunchAnimator()
69 public static TaskView findTaskViewToLaunch( in findTaskViewToLaunch() method in TaskViewUtils