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.java443 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
449 finishRemoval.run(); in onChildRemoved()
451 animator.alpha(0f, finishRemoval /* endAction */) in onChildRemoved()
DStackAnimationController.java673 void onChildRemoved(View child, int index, Runnable finishRemoval) {
677 .alpha(0f, finishRemoval /* after */)
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();