Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java185 animationsForChildrenFromIndex(0, (index, animation) -> { in startOrUpdatePathAnimation()
352 animationsForChildrenFromIndex( in updateYPosition()
392 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) -> in onActiveControllerForLayout()
DPhysicsAnimationLayout.java211 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java414 mTestableController.animationsForChildrenFromIndex(
435 .animationsForChildrenFromIndex(0, (index, animation) -> { })
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md73animationsForChildrenFromIndex(int, ChildAnimationConfigurator)`. This is a convenience method for…
100 animationsForChildrenFromIndex(1, (index, anim) -> anim.translationX((index - 1) * 50))