Searched refs:widthSpecMode (Results 1 – 2 of 2) sorted by relevance
322 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local324 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()
767 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local796 …} else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()