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 D | ExpandedAnimationController.java | 256 animationsForChildrenFromIndex(0, (index, animation) -> { in startOrUpdatePathAnimation() 482 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) -> in onActiveControllerForLayout()
|
H A D | PhysicsAnimationLayout.java | 213 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
|
H A D | StackAnimationController.java | 604 animationsForChildrenFromIndex(0, (index, animation) ->
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A 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))
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTest.java | 414 mTestableController.animationsForChildrenFromIndex( 435 .animationsForChildrenFromIndex(0, (index, animation) -> { })
|