Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
285 () -> mWrappedController.onChildReordered(child, oldIndex, newIndex)); in onChildReordered()
H A DPhysicsAnimationLayoutTest.java503 void onChildReordered(View child, int oldIndex, int newIndex) {}
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered() method in PhysicsAnimationLayout.PhysicsAnimationController
381 mController.onChildReordered(view, oldIndex, index);
H A DExpandedAnimationController.java574 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered() method in ExpandedAnimationController
H A DStackAnimationController.java834 void onChildReordered(View child, int oldIndex, int newIndex) {}