Searched refs:TaskViewUtils (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | SplitSelectStateController.java | 42 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 D | TaskViewUtils.java | 93 public final class TaskViewUtils { class 95 private TaskViewUtils() {} in TaskViewUtils() method in TaskViewUtils 541 TaskViewUtils.setSplitAuxiliarySurfacesShown(nonAppTargets, in composeRecentsLaunchAnimator()
|
H A D | AbsSwipeUpHandler.java | 834 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 D | RecentsActivity.java | 29 import static com.android.quickstep.TaskViewUtils.createRecentsWindowAnimator;
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 95 import com.android.quickstep.TaskViewUtils; 645 TaskViewUtils.composeRecentsLaunchAnimator( in onClick()
|
H A D | RecentsView.java | 160 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 D | QuickstepTransitionManager.java | 49 import static com.android.quickstep.TaskViewUtils.findTaskViewToLaunch; 112 import com.android.quickstep.TaskViewUtils; 324 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()
|