Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java23 import static com.android.quickstep.TaskViewUtils.findTaskViewToLaunch;
56 && findTaskViewToLaunch(mLauncher, v, targets) != null; in isLaunchingFromRecents()
66 TaskView taskView = findTaskViewToLaunch(mLauncher, v, appTargets); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java69 public static TaskView findTaskViewToLaunch( in findTaskViewToLaunch() method in TaskViewUtils