Home | History | Annotate | Download | only in widget

Lines Matching defs:setLogo

327             setLogo(logo);
500 public void setLogo(@DrawableRes int resId) {
501 setLogo(AppCompatResources.getDrawable(getContext(), resId));
620 public void setLogo(Drawable drawable) {
639 * @see #setLogo(int)
640 * @see #setLogo(android.graphics.drawable.Drawable)