23 lines
409 B
Java
23 lines
409 B
Java
package androidx.appcompat.widget;
|
|
|
|
import android.content.res.ColorStateList;
|
|
import android.graphics.PorterDuff;
|
|
|
|
/* loaded from: classes.dex */
|
|
class TintInfo {
|
|
public ColorStateList a;
|
|
public PorterDuff.Mode b;
|
|
public boolean c;
|
|
public boolean d;
|
|
|
|
TintInfo() {
|
|
}
|
|
|
|
void a() {
|
|
this.a = null;
|
|
this.d = false;
|
|
this.b = null;
|
|
this.c = false;
|
|
}
|
|
}
|