Home
last modified time | relevance | path

Searched refs:animationsForChildrenFromIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md73animationsForChildrenFromIndex(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/
DExpandedAnimationController.java269 animationsForChildrenFromIndex(0, mFadeBubblesDuringCollapse, (index, animation) -> { in startOrUpdatePathAnimation()
507 animationsForChildrenFromIndex(0 /* startIndex */, (index, animation) ->
DPhysicsAnimationLayout.java208 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
DStackAnimationController.java605 animationsForChildrenFromIndex(0, (index, animation) ->
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java421 mTestableController.animationsForChildrenFromIndex(
442 .animationsForChildrenFromIndex(0, (index, animation) -> { })