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/ |
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()
|
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) {}
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 135 abstract void onChildAdded(View child, int index); in onChildAdded() method in PhysicsAnimationLayout.PhysicsAnimationController 503 mController.onChildAdded(child, index);
|
D | ExpandedAnimationController.java | 518 void onChildAdded(View child, int index) { in onChildAdded() method in ExpandedAnimationController
|
D | StackAnimationController.java | 753 void onChildAdded(View child, int index) { in onChildAdded() method in StackAnimationController
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 32 …as a touch handler or broadcast receiver) requesting an animation. ```onChildAdded```, ```onChildR…
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 391 mParent.onChildAdded(this); in setParent() 570 private void onChildAdded(WindowContainer child) { in onChildAdded() method in WindowContainer
|
/frameworks/base/services/ |
D | art-profile | 49621 HSPLcom/android/server/wm/WindowContainer;->onChildAdded(Lcom/android/server/wm/WindowContainer;)V+…
|