Searched refs:mTabSpecs (Results 1 – 1 of 1) sorted by relevance
57 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2); field in TabHost235 mTabSpecs.add(tabSpec); in addTab()250 mTabSpecs.clear(); in clearAllTabs()277 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabTag()278 return mTabSpecs.get(mCurrentTab).getTag(); in getCurrentTabTag()291 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabView()307 for (int i = 0, count = mTabSpecs.size(); i < count; i++) { in setCurrentTabByTag()308 if (mTabSpecs.get(i).getTag().equals(tag)) { in setCurrentTabByTag()407 if (index < 0 || index >= mTabSpecs.size()) { in setCurrentTab()417 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed(); in setCurrentTab()[all …]