Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java622 final ArrayList<Animator> bounceAnims = new ArrayList<>(); in startTileReveal() local
625 bounceAnims.add(setupBounceAnimator(tr.tileView, bounceAnims.size())); in startTileReveal()
629 if (bounceAnims.isEmpty()) { in startTileReveal()
637 mBounceAnimatorSet.playTogether(bounceAnims); in startTileReveal()