Esempio n. 1
0
 public void setLogoDescription(CharSequence charSequence) {
     if (!TextUtils.isEmpty(charSequence)) {
         j();
     }
     if (this.f != null) {
         this.f.setContentDescription(charSequence);
     }
 }
Esempio n. 2
0
 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);
     }
 }