Searched refs:finishRemoval (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 543 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 547 finishRemoval.run(); in onChildRemoved() 554 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
D | StackAnimationController.java | 804 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 809 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
D | PhysicsAnimationLayout.java | 147 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 276 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 278 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
D | PhysicsAnimationLayoutTest.java | 495 void onChildRemoved(View child, int index, Runnable finishRemoval) { 497 finishRemoval.run();
|