Searched refs:onChildReordered (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 282 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 284 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
|
D | PhysicsAnimationLayoutTest.java | 502 void onChildReordered(View child, int oldIndex, int newIndex) {}
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController 365 mController.onChildReordered(view, oldIndex, index);
|
D | ExpandedAnimationController.java | 464 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
|
D | StackAnimationController.java | 693 void onChildReordered(View child, int oldIndex, int newIndex) {
|