Searched refs:oldMeasuredWidth (Results 1 – 1 of 1) sorted by relevance
288 final int oldMeasuredWidth = getMeasuredWidth(); in onMeasure() local292 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) { in onMeasure()