Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java92 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges()
94 Mockito.verify(mTestableController).onChildRemoved( in testHierarchyChanges()
483 void onChildRemoved(View child, int index, Runnable finishRemoval) {
DPhysicsAnimationLayoutTestCase.java272 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/
DWindowContainer.java290 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/
DPhysicsAnimationLayout.java140 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController
331 mController.onChildRemoved(view, index, () -> {
DExpandedAnimationController.java369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in ExpandedAnimationController
DStackAnimationController.java634 void onChildRemoved(View child, int index, Runnable finishRemoval) {
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md28 … broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildRemoved```, and ```set…