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