Searched refs:bubbleCount (Results 1 – 2 of 2) sorted by relevance
267 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local270 double bubble = bubbleCount * mBubbleSize; in getRowLeft()271 float gap = (bubbleCount - 1) * mBubblePadding; in getRowLeft()
432 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local435 double bubble = bubbleCount * mBubbleSizePx; in getRowLeft()436 float gap = (bubbleCount - 1) * mBubblePaddingPx; in getRowLeft()