jimu-decompiled/sources/androidx/appcompat/widget/TintInfo.java
2025-05-13 19:24:51 +02:00

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;
}
}