Searched refs:onChildRemoved (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 277 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 279 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
D | PhysicsAnimationLayoutTest.java | 94 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges() 96 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges() 496 void onChildRemoved(View child, int index, Runnable finishRemoval) {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController 341 mController.onChildRemoved(view, index, () -> {
|
D | ExpandedAnimationController.java | 560 void onChildRemoved(View child, int index, Runnable finishRemoval) {
|
D | StackAnimationController.java | 770 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in StackAnimationController
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 588 onChildRemoved(child); in removeChild() 598 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer 628 onChildRemoved(child); in removeImmediately()
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 32 … broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildRemoved```, and ```set…
|
/frameworks/base/services/ |
D | art-profile | 49623 HPLcom/android/server/wm/WindowContainer;->onChildRemoved(Lcom/android/server/wm/WindowContainer;)V…
|