Lines Matching refs:Tab

3544     method @Deprecated public abstract void addTab(android.app.ActionBar.Tab);
3545 method @Deprecated public abstract void addTab(android.app.ActionBar.Tab, boolean);
3546 method @Deprecated public abstract void addTab(android.app.ActionBar.Tab, int);
3547 method @Deprecated public abstract void addTab(android.app.ActionBar.Tab, int, boolean);
3556 method @Deprecated public abstract android.app.ActionBar.Tab getSelectedTab();
3558 method @Deprecated public abstract android.app.ActionBar.Tab getTabAt(int);
3565 method @Deprecated public abstract android.app.ActionBar.Tab newTab();
3568 method @Deprecated public abstract void removeTab(android.app.ActionBar.Tab);
3570 method @Deprecated public abstract void selectTab(android.app.ActionBar.Tab);
3632 @Deprecated public abstract static class ActionBar.Tab {
3633 ctor @Deprecated public ActionBar.Tab();
3641 …method @Deprecated public abstract android.app.ActionBar.Tab setContentDescription(@StringRes int);
3642 … method @Deprecated public abstract android.app.ActionBar.Tab setContentDescription(CharSequence);
3643 method @Deprecated public abstract android.app.ActionBar.Tab setCustomView(android.view.View);
3644 method @Deprecated public abstract android.app.ActionBar.Tab setCustomView(@LayoutRes int);
3645 …method @Deprecated public abstract android.app.ActionBar.Tab setIcon(android.graphics.drawable.Dra…
3646 method @Deprecated public abstract android.app.ActionBar.Tab setIcon(@DrawableRes int);
3647 …method @Deprecated public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.…
3648 method @Deprecated public abstract android.app.ActionBar.Tab setTag(Object);
3649 method @Deprecated public abstract android.app.ActionBar.Tab setText(CharSequence);
3650 method @Deprecated public abstract android.app.ActionBar.Tab setText(@StringRes int);
3655 …method @Deprecated public void onTabReselected(android.app.ActionBar.Tab, android.app.FragmentTran…
3656 …method @Deprecated public void onTabSelected(android.app.ActionBar.Tab, android.app.FragmentTransa…
3657 …method @Deprecated public void onTabUnselected(android.app.ActionBar.Tab, android.app.FragmentTran…