Searched refs:skippable (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarStashController.java | 782 AnimatorSet skippable = as; in createTransientAnimToIsStashed() local 784 skippable = new AnimatorSet(); in createTransientAnimToIsStashed() 785 as.play(skippable); in createTransientAnimToIsStashed() 786 skippable.setInterpolator(isStashed ? INSTANT : FINAL_FRAME); in createTransientAnimToIsStashed() 791 play(skippable, mTaskbarBackgroundOffset.animateToValue(backgroundOffsetTarget), 0, in createTransientAnimToIsStashed() 794 skippable.addListener(AnimatorListeners.forEndCallback( in createTransientAnimToIsStashed() 798 play(skippable, mIconAlphaForStash.animateToValue(iconAlphaTarget), iconAlphaStartDelay, in createTransientAnimToIsStashed() 803 play(skippable, mControllers.taskbarSpringOnStashController.createSpringToStash(), in createTransientAnimToIsStashed() 806 play(skippable, mControllers.taskbarSpringOnStashController.createResetAnimForUnstash(), in createTransientAnimToIsStashed() 810 mControllers.taskbarViewController.addRevealAnimToIsStashed(skippable, isStashed, duration, in createTransientAnimToIsStashed() [all …]
|