Home
last modified time | relevance | path

Searched defs:onChildRemoved (Results 1 – 4 of 4) sorted by relevance

/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
DStackAnimationController.java770 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/
DPhysicsAnimationLayoutTestCase.java277 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java598 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer