Home
last modified time | relevance | path

Searched refs:onChildReordered (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java282 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
284 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
DPhysicsAnimationLayoutTest.java502 void onChildReordered(View child, int oldIndex, int newIndex) {}
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController
365 mController.onChildReordered(view, oldIndex, index);
DExpandedAnimationController.java464 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
DStackAnimationController.java693 void onChildReordered(View child, int oldIndex, int newIndex) {