Searched refs:tabIndex (Results 1 – 6 of 6) sorted by relevance
236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() argument238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) { in scrollToTab()242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab()246 if (tabIndex > 0 || positionOffset > 0) { in scrollToTab()