Home | History | Annotate | Download | only in app

Lines Matching refs:Drawable

21 import android.graphics.drawable.Drawable;
201 * @param resId Resource ID of a drawable to show as an icon.
216 * @param icon Drawable to show as an icon.
221 public abstract void setIcon(Drawable icon);
231 * @param resId Resource ID of a drawable to show as a logo.
246 * @param logo Drawable to show as a logo.
251 public abstract void setLogo(Drawable logo);
430 * @param d Background drawable
431 * @see #setStackedBackgroundDrawable(Drawable)
432 * @see #setSplitBackgroundDrawable(Drawable)
434 public abstract void setBackgroundDrawable(Drawable d);
440 * @param d Background drawable for the stacked row
442 public void setStackedBackgroundDrawable(Drawable d) { }
450 * @param d Background drawable for the split bar
452 public void setSplitBackgroundDrawable(Drawable d) { }
698 * Set an alternate drawable to display next to the icon/logo/title
702 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
709 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
715 public void setHomeAsUpIndicator(Drawable indicator) { }
718 * Set an alternate drawable to display next to the icon/logo/title
722 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
729 * @param resId Resource ID of a drawable to use for the up indicator, or null
753 * @see #setHomeAsUpIndicator(android.graphics.drawable.Drawable)
773 * @see #setHomeAsUpIndicator(android.graphics.drawable.Drawable)
833 public abstract Drawable getIcon();
845 * @param icon The drawable to use as an icon
848 public abstract Tab setIcon(Drawable icon);
853 * @param resId Resource ID referring to the drawable to use as an icon
878 * {@link #setText(CharSequence)} and {@link #setIcon(Drawable)}.
887 * {@link #setText(CharSequence)} and {@link #setIcon(Drawable)}.