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.java365 final ArrayList<Animator> bounceAnims = new ArrayList<>(); in startTileReveal() local
368 bounceAnims.add(setupBounceAnimator(tr.tileView, bounceAnims.size())); in startTileReveal()
372 if (bounceAnims.isEmpty()) { in startTileReveal()
380 mBounceAnimatorSet.playTogether(bounceAnims); in startTileReveal()