Home
last modified time | relevance | path

Searched refs:onChildAdded (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java281 void onChildAdded(View child, int index) { in onChildAdded() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
282 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
DPhysicsAnimationLayoutTest.java88 Mockito.verify(mTestableController).onChildAdded(mView, 0); in testHierarchyChanges()
103 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()
500 void onChildAdded(View child, int index) {}
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java135 abstract void onChildAdded(View child, int index); in onChildAdded() method in PhysicsAnimationLayout.PhysicsAnimationController
528 mController.onChildAdded(child, index);
DExpandedAnimationController.java544 void onChildAdded(View child, int index) { in onChildAdded() method in ExpandedAnimationController
DStackAnimationController.java715 void onChildAdded(View child, int index) { in onChildAdded() method in StackAnimationController
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md32 …as a touch handler or broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildR…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java636 mParent.onChildAdded(this); in setParent()
808 private void onChildAdded(WindowContainer child) { in onChildAdded() method in WindowContainer
/frameworks/base/services/
Dart-wear-profile29318 HPLcom/android/server/wm/WindowContainer;->onChildAdded(Lcom/android/server/wm/WindowContainer;)V