Lines Matching refs:ActionBar
57 …ode> simply proxies all method calls to its contained {@link android.app.ActionBar.Tab} object.</p>
59 …<code>CompatTabHoneycomb</code> using the new {@link android.app.ActionBar.Tab ActionBar.Tab} APIs…
64 ActionBar.Tab mTab;
69 // Proxy to new ActionBar.newTab API
74 // Proxy to new ActionBar.Tab.setText API
86 …bstract class that proxies method calls to an actual {@link android.app.ActionBar}, obtained from …
88 …code>TabHelperHoneycomb</code>, proxying method calls to the {@link android.app.ActionBar} API:</p>
92 ActionBar mActionBar;
99 ActionBar.NAVIGATION_MODE_TABS);
106 // native tab object is an ActionBar.Tab.
107 mActionBar.addTab((ActionBar.Tab) tab.getTab());