Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java276 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local
277 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft()
278 final float totalGapWidth = (bubbleCount - 1) * getSpaceBetweenBubbles(); in getRowLeft()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java552 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local
554 final float totalBubbleWidth = bubbleCount * mBubbleSizePx; in getRowLeft()
555 final float totalGapWidth = (bubbleCount - 1) * getSpaceBetweenBubbles(); in getRowLeft()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1596 int bubbleCount = mBubbleContainer.getChildCount(); in updateBubbleZOrdersAndDotPosition() local
1597 for (int i = 0; i < bubbleCount; i++) { in updateBubbleZOrdersAndDotPosition()