Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java87 Mockito.verify(mTestableController).onChildAdded(mView, 0); in testHierarchyChanges()
102 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()
493 void onChildAdded(View child, int index) {}
H A DPhysicsAnimationLayoutTestCase.java272 void onChildAdded(View child, int index) { in onChildAdded() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
273 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java135 abstract void onChildAdded(View child, int index); in onChildAdded() method in PhysicsAnimationLayout.PhysicsAnimationController
503 mController.onChildAdded(child, index);
H A DExpandedAnimationController.java482 void onChildAdded(View child, int index) { in onChildAdded() method in ExpandedAnimationController
H A DStackAnimationController.java740 void onChildAdded(View child, int index) { in onChildAdded() method in StackAnimationController
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md32 …as a touch handler or broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildR…
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java389 mParent.onChildAdded(this); in setParent()
568 private void onChildAdded(WindowContainer child) { in onChildAdded() method in WindowContainer
/aosp12/frameworks/base/services/
H A Dart-profile49621 HSPLcom/android/server/wm/WindowContainer;->onChildAdded(Lcom/android/server/wm/WindowContainer;)V+…