Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java256 animationsForChildrenFromIndex(0, (index, animation) -> { in startOrUpdatePathAnimation()
482 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) -> in onActiveControllerForLayout()
H A DPhysicsAnimationLayout.java213 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
H A DStackAnimationController.java604 animationsForChildrenFromIndex(0, (index, animation) ->
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md73animationsForChildrenFromIndex(int, ChildAnimationConfigurator)`. This is a convenience method for…
100 animationsForChildrenFromIndex(1, (index, anim) -> anim.translationX((index - 1) * 50))
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java414 mTestableController.animationsForChildrenFromIndex(
435 .animationsForChildrenFromIndex(0, (index, animation) -> { })