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.java126 animationsForChildrenFromIndex( in startOrUpdateExpandAnimation()
143 animationsForChildrenFromIndex( in startOrUpdateCollapseAnimation()
275 animationsForChildrenFromIndex( in updateYPosition()
285 animationsForChildrenFromIndex( in animateStackByBubbleWidthsStartingFrom()
318 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) -> in onActiveControllerForLayout()
DPhysicsAnimationLayout.java204 protected MultiAnimationStarter animationsForChildrenFromIndex( in animationsForChildrenFromIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md65animationsForChildrenFromIndex(int, ChildAnimationConfigurator)`. This is a convenience method for…
92 animationsForChildrenFromIndex(1, (index, anim) -> anim.translationX((index - 1) * 50))
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java403 mTestableController.animationsForChildrenFromIndex(
423 .animationsForChildrenFromIndex(0, (index, animation) -> { })