Home
last modified time | relevance | path

Searched refs:taskIsATargetWithMode (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java6 import static com.android.quickstep.TaskUtils.taskIsATargetWithMode;
80 taskIsATargetWithMode(targetCompats, mLauncher.getTaskId(), MODE_OPENING) in onCreateAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsActivity.java24 import static com.android.quickstep.TaskUtils.taskIsATargetWithMode;
179 boolean activityClosing = taskIsATargetWithMode(targets, getTaskId(), MODE_CLOSING); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskUtils.java68 public static boolean taskIsATargetWithMode(RemoteAnimationTargetCompat[] targets, in taskIsATargetWithMode() method in TaskUtils
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java33 import static com.android.quickstep.TaskUtils.taskIsATargetWithMode;
616 return taskIsATargetWithMode(targets, mLauncher.getTaskId(), mode);