Searched refs:givenWidth (Results 1 – 1 of 1) sorted by relevance
131 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local133 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, in onMeasure()162 if (totalWidth > givenWidth - endMargin) { in onMeasure()163 int overFlow = totalWidth - givenWidth + endMargin; in onMeasure()176 mTotalWidth = Math.min(totalWidth, givenWidth); in onMeasure()177 setMeasuredDimension(givenWidth, givenHeight); in onMeasure()