Searched refs:onChildRemoved (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 92 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges() 94 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges() 483 void onChildRemoved(View child, int index, Runnable finishRemoval) {
|
D | PhysicsAnimationLayoutTestCase.java | 272 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 274 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 290 onChildRemoved(child); in removeChild() 298 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer 323 onChildRemoved(child); in removeImmediately()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 140 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController 331 mController.onChildRemoved(view, index, () -> {
|
D | ExpandedAnimationController.java | 369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in ExpandedAnimationController
|
D | StackAnimationController.java | 634 void onChildRemoved(View child, int index, Runnable finishRemoval) {
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 28 … broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildRemoved```, and ```set…
|