Searched refs:specWidth (Results 1 – 1 of 1) sorted by relevance
419 final int specWidth = resolveSize(0, widthMeasureSpec); in onMeasure() local438 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight() in onMeasure()441 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight(); in onMeasure()582 setMeasuredDimension(specWidth, height); in onMeasure()