Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java288 animation.translationX(getXForChildAtIndex(index + numBubbleWidths))) in animateStackByBubbleWidthsStartingFrom()
358 child.setTranslationX(getXForChildAtIndex(index)); in onChildAdded()
415 private float getXForChildAtIndex(int index) { in getXForChildAtIndex() method in ExpandedAnimationController