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 D | PhysicsAnimationLayoutTest.java | 87 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 D | PhysicsAnimationLayoutTestCase.java | 272 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 D | PhysicsAnimationLayout.java | 135 abstract void onChildAdded(View child, int index); in onChildAdded() method in PhysicsAnimationLayout.PhysicsAnimationController 503 mController.onChildAdded(child, index);
|
H A D | ExpandedAnimationController.java | 482 void onChildAdded(View child, int index) { in onChildAdded() method in ExpandedAnimationController
|
H A D | StackAnimationController.java | 740 void onChildAdded(View child, int index) { in onChildAdded() method in StackAnimationController
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-layout.md | 32 …as a touch handler or broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildR…
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowContainer.java | 389 mParent.onChildAdded(this); in setParent() 568 private void onChildAdded(WindowContainer child) { in onChildAdded() method in WindowContainer
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 49621 HSPLcom/android/server/wm/WindowContainer;->onChildAdded(Lcom/android/server/wm/WindowContainer;)V+…
|