Home
last modified time | relevance | path

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/
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()
DPhysicsAnimationLayoutTest.java94 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/
DPhysicsAnimationLayout.java149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController
341 mController.onChildRemoved(view, index, () -> {
DExpandedAnimationController.java560 void onChildRemoved(View child, int index, Runnable finishRemoval) {
DStackAnimationController.java770 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in StackAnimationController
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java588 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/
Dphysics-animation-layout.md32 … broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildRemoved```, and ```set…
/frameworks/base/services/
Dart-profile49623 HPLcom/android/server/wm/WindowContainer;->onChildRemoved(Lcom/android/server/wm/WindowContainer;)V…