Searched refs:tabWidth (Results 1 – 1 of 1) sorted by relevance
122 int tabWidth = (int) (mTabWidthScreenWidthFraction * screenWidth); in onMeasure() local126 mAllowedHorizontalScrollLength = tabWidth * TAB_COUNT - screenWidth; in onMeasure()133 child.measure(MeasureSpec.makeMeasureSpec(TAB_COUNT * tabWidth, MeasureSpec.EXACTLY), in onMeasure()