Home
last modified time | relevance | path

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

/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
DExpandedAnimationController.java369 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java272 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.java298 private void onChildRemoved(WindowContainer child) { in onChildRemoved() method in WindowContainer