Home | History | Annotate | Download | only in lib

Lines Matching refs:Tab

46     public void addTab(CompatTab tab) {
47 String tag = tab.getTag();
49 // Check to see if we already have a fragment for this tab, probably
51 // initial state is that a tab isn't shown.
54 tab.setFragment(fragment);
62 if (tab.getCallback() == null) {
66 // We know tab is a CompatTabHoneycomb instance, so its
67 // native tab object is an ActionBar.Tab.
68 mActionBar.addTab((ActionBar.Tab) tab.getTab());