Searched refs:mTabSpecs (Results 1 – 1 of 1) sorted by relevance
59 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2); field in TabHost241 mTabSpecs.add(tabSpec); in addTab()256 mTabSpecs.clear(); in clearAllTabs()283 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabTag()284 return mTabSpecs.get(mCurrentTab).getTag(); in getCurrentTabTag()297 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabView()313 for (int i = 0, count = mTabSpecs.size(); i < count; i++) { in setCurrentTabByTag()314 if (mTabSpecs.get(i).getTag().equals(tag)) { in setCurrentTabByTag()413 if (index < 0 || index >= mTabSpecs.size()) { in setCurrentTab()423 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed(); in setCurrentTab()[all …]