Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java752 animateInBubble(child, index); in onChildAdded()
801 animateInBubble(view, newIndex); in animateSwap()
896 animateInBubble(mLayout.getChildAt(0), 0 /* index */);
962 private void animateInBubble(View v, int index) { in animateInBubble() method in StackAnimationController