Home
last modified time | relevance | path

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

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