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.java278 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
280 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
DPhysicsAnimationLayoutTest.java490 void onChildReordered(View child, int oldIndex, int newIndex) {}
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java143 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController
357 mController.onChildReordered(view, oldIndex, index);
DExpandedAnimationController.java390 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
DStackAnimationController.java654 void onChildReordered(View child, int oldIndex, int newIndex) {}