Searched refs:createTaskLauncherAnimation (Results 1 – 4 of 4) sorted by relevance
83 return mRecentsView.createTaskLauncherAnimation(taskView, duration); in createSwipeDownToTaskAppAnimation()
194 mPendingAnimation = mRecentsView.createTaskLauncherAnimation( in reInitAnimationController()
260 getRecentsView().createTaskLauncherAnimation(this, RECENTS_LAUNCH_DURATION); in createLaunchAnimationForRunningTask()
1543 public PendingAnimation createTaskLauncherAnimation(TaskView tv, long duration) { in createTaskLauncherAnimation() method in RecentsView