Lines Matching refs:tab
37 private static final String STATE_SELECTED_TAB = "tab";
160 * trick. Normally a tab host has a simple API for supplying a View or
161 * Intent that each tab will show. This is not sufficient for switching
162 * between pages. So instead we make the content part of the tab host
164 * view to show as the tab content. It listens to changes in tabs, and takes
166 * tab changes.
194 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) {
196 tab.setTag(info);
197 tab.setTabListener(this);
199 mActionBar.addTab(tab);
228 public void onTabSelected(android.app.ActionBar.Tab tab,
230 Object tag = tab.getTag();
239 public void onTabUnselected(android.app.ActionBar.Tab tab,
244 public void onTabReselected(android.app.ActionBar.Tab tab,