Searched refs:animationsForChildrenFromIndex (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedAnimationController.java | 238 animationsForChildrenFromIndex(0, (index, animation) -> { in startOrUpdatePathAnimation() 450 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 | 630 animationsForChildrenFromIndex(0, (index, animation) -> in animateStackDismissal()
|
/aosp12/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))
|
/aosp12/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) -> { })
|