Home
last modified time | relevance | path

Searched refs:findTaskViewToLaunch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java120 public static TaskView findTaskViewToLaunch( in findTaskViewToLaunch() method in TaskViewUtils
634 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java65 import static com.android.quickstep.TaskViewUtils.findTaskViewToLaunch;
416 && findTaskViewToLaunch(mLauncher.getOverviewPanel(), v, targets) != null; in isLaunchingFromRecents()