public void setLogoDescription(CharSequence charSequence) { if (!TextUtils.isEmpty(charSequence)) { j(); } if (this.f != null) { this.f.setContentDescription(charSequence); } }
public void setLogo(Drawable drawable) { if (drawable != null) { j(); if (this.f.getParent() == null) { a(this.f); e(this.f); } } else if (!(this.f == null || this.f.getParent() == null)) { removeView(this.f); } if (this.f != null) { this.f.setImageDrawable(drawable); } }