Searched refs:specWidth (Results 1 – 1 of 1) sorted by relevance
429 final int specWidth = resolveSize(0, widthMeasureSpec); in onMeasure() local450 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight() in onMeasure()453 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight(); in onMeasure()604 setMeasuredDimension(specWidth, height); in onMeasure()