Searched defs:onChildReordered (Results 1 – 2 of 2) sorted by relevance
/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 |
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ | ||
D | PhysicsAnimationLayoutTestCase.java | 283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper |