Home
last modified time | relevance | path

Searched refs:onChildRemoved (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java94 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges()
96 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges()
496 void onChildRemoved(View child, int index, Runnable finishRemoval) {
H A DPhysicsAnimationLayoutTestCase.java277 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
279 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController
341 mController.onChildRemoved(view, index, () -> {
H A DExpandedAnimationController.java522 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in ExpandedAnimationController
H A DStackAnimationController.java757 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in StackAnimationController
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md32 … broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildRemoved```, and ```set…
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java586 onChildRemoved(child); in removeChild()
596 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer
625 onChildRemoved(child); in removeImmediately()
/aosp12/frameworks/base/services/
H A Dart-profile49623 HPLcom/android/server/wm/WindowContainer;->onChildRemoved(Lcom/android/server/wm/WindowContainer;)V…