Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1479 AnimatorSet fullAnimation = new AnimatorSet(); in createLauncherStartFromSuwAnim() local
1480 fullAnimation.setDuration(duration); in createLauncherStartFromSuwAnim()
1485 fullAnimation, duration); in createLauncherStartFromSuwAnim()
1487 mControllers.taskbarStashController.addUnstashToHotseatAnimationFromSuw(fullAnimation, in createLauncherStartFromSuwAnim()
1498 fullAnimation.play(alphaOverride); in createLauncherStartFromSuwAnim()
1501 return AnimatorPlaybackController.wrap(fullAnimation, duration); in createLauncherStartFromSuwAnim()