Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java277 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft() local
279 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft()
295 final float totalBubbleWidth = mMaxBubbles * mBubbleSize; in getSpaceBetweenBubbles() local
296 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java554 final float totalBubbleWidth = bubbleCount * mBubbleSizePx; in getRowLeft() local
556 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft()
583 final float totalBubbleWidth = mBubblesMaxRendered * mBubbleSizePx; in getSpaceBetweenBubbles() local
584 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()