Searched refs:widthSpecMode (Results 1 – 1 of 1) sorted by relevance
627 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local631 boolean resizeWidth = widthSpecMode != MeasureSpec.EXACTLY; in onMeasure()