Example #1
0
 void a(ColorStateList colorstatelist)
 {
     if (d == null)
     {
         d = new aj();
     }
     d.a = colorstatelist;
     d.d = true;
     c();
 }
Example #2
0
 void a(android.graphics.PorterDuff.Mode mode)
 {
     if (d == null)
     {
         d = new aj();
     }
     d.b = mode;
     d.c = true;
     c();
 }
Example #3
0
 void b(ColorStateList colorstatelist)
 {
     if (colorstatelist != null)
     {
         if (c == null)
         {
             c = new aj();
         }
         c.a = colorstatelist;
         c.d = true;
     } else
     {
         c = null;
     }
     c();
 }