Searched refs:finishRemoval (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 375 finishRemoval.run(); in onChildRemoved() 377 animator.alpha(0f, finishRemoval /* endAction */) in onChildRemoved()
|
D | StackAnimationController.java | 634 void onChildRemoved(View child, int index, Runnable finishRemoval) { 638 .alpha(0f, finishRemoval /* after */)
|
D | PhysicsAnimationLayout.java | 140 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 | 272 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 274 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
D | PhysicsAnimationLayoutTest.java | 483 void onChildRemoved(View child, int index, Runnable finishRemoval) { 485 finishRemoval.run();
|