Searched refs:tabStripChildCount (Results 1 – 6 of 6) sorted by relevance
237 final int tabStripChildCount = mTabStrip.getChildCount(); in scrollToTab() local238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) { in scrollToTab()260 int tabStripChildCount = mTabStrip.getChildCount(); in onPageScrolled() local261 if ((tabStripChildCount == 0) || (position < 0) || (position >= tabStripChildCount)) { in onPageScrolled()