Searched refs:getTabCount (Results 1 – 7 of 7) sorted by relevance
38 final int count = getTabCount(); in getSelectedTab()49 final int tabCount = getTabCount(); in getChildTabIndex()61 final int count = getTabCount(); in setCurrentTabToFocusedTab()81 if (v == this && hasFocus && getTabCount() > 0) { in onFocusChange()
134 View lastTab = tabs.getChildTabViewAt(tabs.getTabCount() - 1); in onFinishInflate()
445 final int tabCount = parent.getTabCount(); in handleTabKeyEvent()
281 } else if (index < getTabCount()){ in showTab()445 public int getTabCount() { in getTabCount() method in ListsFragment
85 selectedTabIndex < mTabLayout.getTabCount()) { in selectTab()
551 if (index < mListsFragment.getTabCount()) { in onResume()
1171 for (int i = 0; i < ll.getTabCount(); i++) { in updateButtonBar()