Searched refs:bubbleWidth (Results 1 – 3 of 3) sorted by relevance
38 int bubbleWidth = getMeasuredWidth() - widthPadding; in onMeasure() local41 bubbleWidth = Math.min(maxWidth, in onMeasure()42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels)); in onMeasure()44 MeasureSpec.makeMeasureSpec(bubbleWidth + widthPadding, MeasureSpec.EXACTLY), in onMeasure()