Home
last modified time | relevance | path

Searched refs:TaskViewUtils (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java42 import com.android.quickstep.TaskViewUtils;
170 TaskViewUtils.composeRecentsSplitLaunchAnimator(mInitialTask, in startAnimation()
199 () -> TaskViewUtils.composeRecentsSplitLaunchAnimatorLegacy( in onAnimationStart()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java93 public final class TaskViewUtils { class
95 private TaskViewUtils() {} in TaskViewUtils() method in TaskViewUtils
541 TaskViewUtils.setSplitAuxiliarySurfacesShown(nonAppTargets, in composeRecentsLaunchAnimator()
H A DAbsSwipeUpHandler.java834 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRecentsAnimationTargets.nonApps,
852 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRecentsAnimationTargets.nonApps,
1003 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRecentsAnimationTargets.nonApps,
1656 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRecentsAnimationTargets.nonApps,
1923 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRecentsAnimationTargets.nonApps,
H A DRecentsActivity.java29 import static com.android.quickstep.TaskViewUtils.createRecentsWindowAnimator;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java95 import com.android.quickstep.TaskViewUtils;
645 TaskViewUtils.composeRecentsLaunchAnimator( in onClick()
H A DRecentsView.java160 import com.android.quickstep.TaskViewUtils;
1027 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()
4240 TaskViewUtils.setSplitAuxiliarySurfacesShown(mRemoteTargetHandles[0]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java49 import static com.android.quickstep.TaskViewUtils.findTaskViewToLaunch;
112 import com.android.quickstep.TaskViewUtils;
324 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()