Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationScheduler.kt176 val chipAnimator = ValueAnimator.ofFloat(0f, 1f) regex
177 chipAnimator.duration = CHIP_ANIM_LENGTH
178 chipAnimator.addListener(
180 chipAnimator.addUpdateListener(chipUpdateListener)
183 aSet2.playSequentially(entranceAnimator, chipAnimator)
194 val chipAnimator = ValueAnimator.ofFloat(1f, 0f) regex
195 chipAnimator.duration = CHIP_ANIM_LENGTH
201 chipAnimator.addListener(
203 chipAnimator.addUpdateListener(chipUpdateListener)
207 aSet2.play(chipAnimator).before(systemAnimator)