Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java207 final List<PhysicsPropertyAnimator> allChildAnims = new ArrayList<>(); in animationsForChildrenFromIndex() local
215 allChildAnims.add(anim); in animationsForChildrenFromIndex()
241 for (PhysicsPropertyAnimator childAnim : allChildAnims) { in animationsForChildrenFromIndex()