Searched refs:onChildReordered (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 292 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 294 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
|
D | PhysicsAnimationLayoutTest.java | 510 void onChildReordered(View child, int oldIndex, int newIndex) {}
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController 392 mController.onChildReordered(view, oldIndex, index);
|
D | ExpandedAnimationController.java | 604 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
|
D | StackAnimationController.java | 837 void onChildReordered(View child, int oldIndex, int newIndex) {}
|