Home
last modified time | relevance | path

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/
DPhysicsAnimationLayoutTestCase.java292 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
294 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
DPhysicsAnimationLayoutTest.java510 void onChildReordered(View child, int oldIndex, int newIndex) {}
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController
392 mController.onChildReordered(view, oldIndex, index);
DExpandedAnimationController.java604 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
DStackAnimationController.java837 void onChildReordered(View child, int oldIndex, int newIndex) {}