Searched refs:totalBubbleWidth (Results 1 – 2 of 2) sorted by relevance
277 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft() local279 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft()295 final float totalBubbleWidth = mMaxBubbles * mBubbleSize; in getSpaceBetweenBubbles() local296 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()
554 final float totalBubbleWidth = bubbleCount * mBubbleSizePx; in getRowLeft() local556 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft()583 final float totalBubbleWidth = mBubblesMaxRendered * mBubbleSizePx; in getSpaceBetweenBubbles() local584 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()