Searched refs:finishRemoval (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedAnimationController.java | 554 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 558 finishRemoval.run(); in onChildRemoved() 565 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
H A D | StackAnimationController.java | 737 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 742 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
|
H A D | PhysicsAnimationLayout.java | 149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() argument
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 277 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() argument 279 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
H A D | PhysicsAnimationLayoutTest.java | 496 void onChildRemoved(View child, int index, Runnable finishRemoval) { 498 finishRemoval.run();
|