Searched defs:onChildReordered (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ | ||
| D | PhysicsAnimationLayout.java | 143 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController |
| D | ExpandedAnimationController.java | 390 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController |
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ | ||
| D | PhysicsAnimationLayoutTestCase.java | 278 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper |