Lines Matching refs:Tab

3157     method public abstract deprecated void addTab(android.app.ActionBar.Tab);
3158 method public abstract deprecated void addTab(android.app.ActionBar.Tab, boolean);
3159 method public abstract deprecated void addTab(android.app.ActionBar.Tab, int);
3160 method public abstract deprecated void addTab(android.app.ActionBar.Tab, int, boolean);
3169 method public abstract deprecated android.app.ActionBar.Tab getSelectedTab();
3171 method public abstract deprecated android.app.ActionBar.Tab getTabAt(int);
3178 method public abstract deprecated android.app.ActionBar.Tab newTab();
3181 method public abstract deprecated void removeTab(android.app.ActionBar.Tab);
3183 method public abstract deprecated void selectTab(android.app.ActionBar.Tab);
3245 public static abstract deprecated class ActionBar.Tab {
3246 ctor public ActionBar.Tab();
3254 method public abstract android.app.ActionBar.Tab setContentDescription(int);
3255 method public abstract android.app.ActionBar.Tab setContentDescription(java.lang.CharSequence);
3256 method public abstract android.app.ActionBar.Tab setCustomView(android.view.View);
3257 method public abstract android.app.ActionBar.Tab setCustomView(int);
3258 method public abstract android.app.ActionBar.Tab setIcon(android.graphics.drawable.Drawable);
3259 method public abstract android.app.ActionBar.Tab setIcon(int);
3260 …method public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.TabListener);
3261 method public abstract android.app.ActionBar.Tab setTag(java.lang.Object);
3262 method public abstract android.app.ActionBar.Tab setText(java.lang.CharSequence);
3263 method public abstract android.app.ActionBar.Tab setText(int);
3268 …method public abstract void onTabReselected(android.app.ActionBar.Tab, android.app.FragmentTransac…
3269 …method public abstract void onTabSelected(android.app.ActionBar.Tab, android.app.FragmentTransacti…
3270 …method public abstract void onTabUnselected(android.app.ActionBar.Tab, android.app.FragmentTransac…