Searched refs:largestTabWidth (Results 1 – 1 of 1) sorted by relevance
1871 int largestTabWidth = 0; in onMeasure() local1875 largestTabWidth = Math.max(largestTabWidth, child.getMeasuredWidth()); in onMeasure()1879 if (largestTabWidth <= 0) { in onMeasure()1887 if (largestTabWidth * count <= getMeasuredWidth() - gutter * 2) { in onMeasure()1893 if (lp.width != largestTabWidth || lp.weight != 0) { in onMeasure()1894 lp.width = largestTabWidth; in onMeasure()