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.java272 void onChildAdded(View child, int index) { in onChildAdded() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
273 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
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) {}
/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
503 mController.onChildAdded(child, index);
DExpandedAnimationController.java518 void onChildAdded(View child, int index) { in onChildAdded() method in ExpandedAnimationController
DStackAnimationController.java753 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.java391 mParent.onChildAdded(this); in setParent()
570 private void onChildAdded(WindowContainer child) { in onChildAdded() method in WindowContainer
/frameworks/base/services/
Dart-profile49621 HSPLcom/android/server/wm/WindowContainer;->onChildAdded(Lcom/android/server/wm/WindowContainer;)V+…