Searched refs:taskIsATargetWithMode (Results 1 – 3 of 3) sorted by relevance
28 import static com.android.quickstep.TaskUtils.taskIsATargetWithMode;247 boolean activityClosing = taskIsATargetWithMode(appTargets, getTaskId(), MODE_CLOSING); in composeRecentsLaunchAnimator()
70 public static boolean taskIsATargetWithMode(RemoteAnimationTargetCompat[] targets, in taskIsATargetWithMode() method in TaskUtils
43 import static com.android.quickstep.TaskUtils.taskIsATargetWithMode;1091 return taskIsATargetWithMode(targets, mLauncher.getTaskId(), mode); in launcherIsATargetWithMode()