Searched refs:tabWidth (Results 1 – 2 of 2) sorted by relevance
84 void set(const int* stops, size_t nStops, int tabWidth) { in set() argument90 mTabWidth = tabWidth; in set()142 void setTabStops(const int* stops, size_t nStops, int tabWidth) { in setTabStops() argument143 mTabStops.set(stops, nStops, tabWidth); in setTabStops()
998 final int tabWidth = mTabScrollView.getMeasuredWidth(); in onMeasure() local999 availableWidth = Math.max(0, availableWidth - tabWidth); in onMeasure()1000 leftOfCenter = Math.max(0, leftOfCenter - tabWidth); in onMeasure()