Home
last modified time | relevance | path

Searched refs:finishRemoval (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java286 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
288 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
DPhysicsAnimationLayoutTest.java503 void onChildRemoved(View child, int index, Runnable finishRemoval) {
505 finishRemoval.run();
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java584 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
588 finishRemoval.run(); in onChildRemoved()
595 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DStackAnimationController.java738 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument
743 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DPhysicsAnimationLayout.java149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument