Searched refs:givenWidth (Results 1 – 1 of 1) sorted by relevance
111 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local114 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, MeasureSpec.AT_MOST); in onMeasure()145 if (totalWidth > givenWidth - endMargin) { in onMeasure()146 int overFlow = totalWidth - givenWidth + endMargin; in onMeasure()165 setMeasuredDimension(givenWidth, wrapHeight ? maxChildHeight : givenHeight); in onMeasure()