Home
last modified time | relevance | path

Searched refs:startAll (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java129 .startAll(() -> { in startOrUpdateExpandAnimation() method
150 .startAll(() -> { in startOrUpdateCollapseAnimation() method
276 0, (i, anim) -> anim.translationY(getExpandedY())).startAll(after); in updateYPosition()
289 .startAll(); in animateStackByBubbleWidthsStartingFrom()
319 animation.scaleX(1f).scaleY(1f).alpha(1f)).startAll(); in onActiveControllerForLayout()
DPhysicsAnimationLayout.java80 void startAll(Runnable... endActions); in startAll() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java405 .startAll(allEnd);
424 .startAll(after);
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md65 …drenFromIndex` returns a `MultiAnimationStarter` with a single method, `startAll(endAction)`, whic…
93 .startAll(removeFirstView);