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