Searched refs:totalMeasuredWidth (Results 1 – 1 of 1) sorted by relevance
49 int totalMeasuredWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local51 int availableWidth = totalMeasuredWidth - totalPadding; in onMeasure()