Searched refs:finishRemoval (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 443 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 449 finishRemoval.run(); in onChildRemoved() 451 animator.alpha(0f, finishRemoval /* endAction */) in onChildRemoved()
|
D | StackAnimationController.java | 673 void onChildRemoved(View child, int index, Runnable finishRemoval) { 677 .alpha(0f, finishRemoval /* after */)
|
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();
|