Searched defs:onChildRemoved (Results 1 – 4 of 4) sorted by relevance
/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 |
D | ExpandedAnimationController.java | 369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in ExpandedAnimationController |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ | ||
D | PhysicsAnimationLayoutTestCase.java | 272 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper |
/frameworks/base/services/core/java/com/android/server/wm/ | ||
D | WindowContainer.java | 298 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer |