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/ |
D | PhysicsAnimationLayoutTestCase.java | 286 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 288 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
D | PhysicsAnimationLayoutTest.java | 503 void onChildRemoved(View child, int index, Runnable finishRemoval) { 505 finishRemoval.run();
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 584 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 588 finishRemoval.run(); in onChildRemoved() 595 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
D | StackAnimationController.java | 738 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 743 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
D | PhysicsAnimationLayout.java | 149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument
|