package r; import android.content.res.ColorStateList; import android.content.res.Resources; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; /* loaded from: classes.dex */ final class u extends Drawable.ConstantState { /* renamed from: a, reason: collision with root package name */ int f13601a; /* renamed from: b, reason: collision with root package name */ Drawable.ConstantState f13602b; /* renamed from: c, reason: collision with root package name */ ColorStateList f13603c; /* renamed from: d, reason: collision with root package name */ PorterDuff.Mode f13604d; u(u uVar) { this.f13603c = null; this.f13604d = s.f13593g; if (uVar != null) { this.f13601a = uVar.f13601a; this.f13602b = uVar.f13602b; this.f13603c = uVar.f13603c; this.f13604d = uVar.f13604d; } } boolean a() { return this.f13602b != null; } @Override // android.graphics.drawable.Drawable.ConstantState public int getChangingConfigurations() { int i10 = this.f13601a; Drawable.ConstantState constantState = this.f13602b; return i10 | (constantState != null ? constantState.getChangingConfigurations() : 0); } @Override // android.graphics.drawable.Drawable.ConstantState public Drawable newDrawable() { return newDrawable(null); } @Override // android.graphics.drawable.Drawable.ConstantState public Drawable newDrawable(Resources resources) { return new t(this, resources); } }