Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationScheduler.kt182 val aSet2 = AnimatorSet() regex
183 aSet2.playSequentially(entranceAnimator, chipAnimator)
184 aSet2.start()
205 val aSet2 = AnimatorSet() regex
207 aSet2.play(chipAnimator).before(systemAnimator)
210 if (dotAnim != null) aSet2.playTogether(systemAnimator, dotAnim)
213 aSet2.start()