Searched defs:onChildRemoved (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ | ||
D | PhysicsAnimationLayout.java | 149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved() method in PhysicsAnimationLayout.PhysicsAnimationController |
D | StackAnimationController.java | 770 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in StackAnimationController |
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ | ||
D | PhysicsAnimationLayoutTestCase.java | 277 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 | 598 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer |