Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java313 }).startAll(after); in startOrUpdatePathAnimation()
454 0, (i, anim) -> anim.translationY(getExpandedY())).startAll(after); in updateYPosition()
487 animation.scaleX(1f).scaleY(1f).alpha(1f)).startAll(); in onActiveControllerForLayout()
DPhysicsAnimationLayout.java87 void startAll(Runnable... endActions); in startAll() method
DStackAnimationController.java687 .startAll(after);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java416 .startAll(allEnd);
436 .startAll(after);
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md73 …drenFromIndex` returns a `MultiAnimationStarter` with a single method, `startAll(endAction)`, whic…
101 .startAll(removeFirstView);