Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java543 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
547 finishRemoval.run(); in onChildRemoved()
554 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DStackAnimationController.java804 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
809 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DPhysicsAnimationLayout.java147 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java276 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
278 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
DPhysicsAnimationLayoutTest.java495 void onChildRemoved(View child, int index, Runnable finishRemoval) {
497 finishRemoval.run();