Searched refs:widthSpecMode (Results 1 – 1 of 1) sorted by relevance
308 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local314 if (widthSpecMode == MeasureSpec.EXACTLY) { in onMeasure()316 } else if (widthSpecMode == MeasureSpec.AT_MOST) { in onMeasure()