Searched refs:animationsForChildrenFromIndex (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 258 animationsForChildrenFromIndex(0, (index, animation) -> { in startOrUpdatePathAnimation() 453 animationsForChildrenFromIndex( in updateYPosition() 486 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) -> in onActiveControllerForLayout()
|
D | PhysicsAnimationLayout.java | 211 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
|
D | StackAnimationController.java | 679 animationsForChildrenFromIndex(0, (index, animation) ->
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 414 mTestableController.animationsForChildrenFromIndex( 435 .animationsForChildrenFromIndex(0, (index, animation) -> { })
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 73 …animationsForChildrenFromIndex(int, ChildAnimationConfigurator)`. This is a convenience method for… 100 animationsForChildrenFromIndex(1, (index, anim) -> anim.translationX((index - 1) * 50))
|