Searched refs:bubbleCount (Results 1 – 3 of 3) sorted by relevance
276 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local277 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft()278 final float totalGapWidth = (bubbleCount - 1) * getSpaceBetweenBubbles(); in getRowLeft()
552 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local554 final float totalBubbleWidth = bubbleCount * mBubbleSizePx; in getRowLeft()555 final float totalGapWidth = (bubbleCount - 1) * getSpaceBetweenBubbles(); in getRowLeft()
1596 int bubbleCount = mBubbleContainer.getChildCount(); in updateBubbleZOrdersAndDotPosition() local1597 for (int i = 0; i < bubbleCount; i++) { in updateBubbleZOrdersAndDotPosition()