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.java369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
375 finishRemoval.run(); in onChildRemoved()
377 animator.alpha(0f, finishRemoval /* endAction */) in onChildRemoved()
DStackAnimationController.java634 void onChildRemoved(View child, int index, Runnable finishRemoval) {
638 .alpha(0f, finishRemoval /* after */)
DPhysicsAnimationLayout.java140 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java272 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
274 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
DPhysicsAnimationLayoutTest.java483 void onChildRemoved(View child, int index, Runnable finishRemoval) {
485 finishRemoval.run();