Searched refs:givenWidth (Results 1 – 1 of 1) sorted by relevance
132 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local134 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, in onMeasure()153 if (totalWidth > givenWidth) { in onMeasure()154 int overFlow = totalWidth - givenWidth; in onMeasure()172 setMeasuredDimension(givenWidth, givenHeight); in onMeasure()