Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java83 return mRecentsView.createTaskLauncherAnimation(taskView, duration); in createSwipeDownToTaskAppAnimation()
DTaskViewTouchController.java194 mPendingAnimation = mRecentsView.createTaskLauncherAnimation( in reInitAnimationController()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java260 getRecentsView().createTaskLauncherAnimation(this, RECENTS_LAUNCH_DURATION); in createLaunchAnimationForRunningTask()
DRecentsView.java1543 public PendingAnimation createTaskLauncherAnimation(TaskView tv, long duration) { in createTaskLauncherAnimation() method in RecentsView