Searched refs:mTabSpecs (Results 1 – 1 of 1) sorted by relevance
53 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2); field in TabHost233 mTabSpecs.add(tabSpec); in addTab()248 mTabSpecs.clear(); in clearAllTabs()262 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabTag()263 return mTabSpecs.get(mCurrentTab).getTag(); in getCurrentTabTag()269 if (mCurrentTab >= 0 && mCurrentTab < mTabSpecs.size()) { in getCurrentTabView()281 for (i = 0; i < mTabSpecs.size(); i++) { in setCurrentTabByTag()282 if (mTabSpecs.get(i).getTag().equals(tag)) { in setCurrentTabByTag()337 if (index < 0 || index >= mTabSpecs.size()) { in setCurrentTab()347 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed(); in setCurrentTab()[all …]