Searched refs:givenWidth (Results 1 – 1 of 1) sorted by relevance
104 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local106 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, in onMeasure()125 if (totalWidth > givenWidth) { in onMeasure()126 int overFlow = totalWidth - givenWidth; in onMeasure()144 setMeasuredDimension(givenWidth, givenHeight); in onMeasure()