Searched refs:animationsForChildrenFromIndex (Results 1 – 5 of 5) sorted by relevance
/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))
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 269 animationsForChildrenFromIndex(0, mFadeBubblesDuringCollapse, (index, animation) -> { in startOrUpdatePathAnimation() 507 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) ->
|
D | PhysicsAnimationLayout.java | 208 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController 210 return animationsForChildrenFromIndex(startIndex, /* fadeChildren= */ false, in animationsForChildrenFromIndex() 220 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
|
D | StackAnimationController.java | 605 animationsForChildrenFromIndex(0, (index, animation) ->
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 421 mTestableController.animationsForChildrenFromIndex( 442 .animationsForChildrenFromIndex(0, (index, animation) -> { })
|