Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java566 final ArrayList<Animator> bounceAnims = new ArrayList<>(); in startTileReveal() local
569 bounceAnims.add(setupBounceAnimator(tr.tileView, bounceAnims.size())); in startTileReveal()
573 if (bounceAnims.isEmpty()) { in startTileReveal()
581 mBounceAnimatorSet.playTogether(bounceAnims); in startTileReveal()