Searched refs:selectedTabIndex (Results 1 – 1 of 1) sorted by relevance
83 public void selectTab(int selectedTabIndex) { in selectTab() argument84 if (mTabLayout != null && selectedTabIndex >= 0 && in selectTab()85 selectedTabIndex < mTabLayout.getTabCount()) { in selectTab()86 mTabLayout.getTabAt(selectedTabIndex).select(); in selectTab()