Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java149 public static void createRecentsWindowAnimator(TaskView v, boolean skipViewChanges, in createRecentsWindowAnimator() method in TaskViewUtils
161 createRecentsWindowAnimator(v, skipViewChanges, appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator()
169 public static void createRecentsWindowAnimator(TaskView v, boolean skipViewChanges, in createRecentsWindowAnimator() method in TaskViewUtils
491 createRecentsWindowAnimator(taskView, skipLauncherChanges, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()
DRecentsActivity.java29 import static com.android.quickstep.TaskViewUtils.createRecentsWindowAnimator;
249 createRecentsWindowAnimator(taskView, !activityClosing, appTargets, in composeRecentsLaunchAnimator()