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.java2039 AnimatorSet fullAnimation = new AnimatorSet(); in createLauncherStartFromSuwAnim() local
2040 fullAnimation.setDuration(duration); in createLauncherStartFromSuwAnim()
2045 fullAnimation, duration); in createLauncherStartFromSuwAnim()
2047 mControllers.taskbarStashController.addUnstashToHotseatAnimationFromSuw(fullAnimation, in createLauncherStartFromSuwAnim()
2060 fullAnimation.play(alphaOverride); in createLauncherStartFromSuwAnim()
2063 return AnimatorPlaybackController.wrap(fullAnimation, duration); in createLauncherStartFromSuwAnim()