Searched refs:widthPadding (Results 1 – 4 of 4) sorted by relevance
37 final int widthPadding = getPaddingLeft() + getPaddingRight(); in onMeasure() local38 int bubbleWidth = getMeasuredWidth() - widthPadding; in onMeasure()39 final int maxWidth = MeasureSpec.getSize(widthMeasureSpec) - widthPadding; in onMeasure()44 MeasureSpec.makeMeasureSpec(bubbleWidth + widthPadding, MeasureSpec.EXACTLY), in onMeasure()
621 int imageWidth, int widthPadding, int imageHeight, in placeImage() argument627 int xPos = (col * (imageWidth + widthPadding)) - offsetX; in placeImage()