Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java223 final List<PhysicsPropertyAnimator> allChildAnims = new ArrayList<>(); in animationsForChildrenFromIndex() local
233 allChildAnims.add(anim); in animationsForChildrenFromIndex()
259 for (PhysicsPropertyAnimator childAnim : allChildAnims) { in animationsForChildrenFromIndex()