Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java727 animateInBubble(child, index); in onChildAdded()
889 animateInBubble(mLayout.getChildAt(0), 0 /* index */);
956 private void animateInBubble(View v, int index) { in animateInBubble() method in StackAnimationController