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