38 lines
1.2 KiB
Java
38 lines
1.2 KiB
Java
package C0;
|
|
|
|
import android.animation.AnimatorSet;
|
|
import android.content.res.Resources;
|
|
import android.graphics.drawable.Drawable;
|
|
import java.util.ArrayList;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class d extends Drawable.ConstantState {
|
|
|
|
/* renamed from: a, reason: collision with root package name */
|
|
public p f276a;
|
|
|
|
/* renamed from: b, reason: collision with root package name */
|
|
public AnimatorSet f277b;
|
|
|
|
/* renamed from: c, reason: collision with root package name */
|
|
public ArrayList f278c;
|
|
|
|
/* renamed from: d, reason: collision with root package name */
|
|
public s.e f279d;
|
|
|
|
@Override // android.graphics.drawable.Drawable.ConstantState
|
|
public final int getChangingConfigurations() {
|
|
return 0;
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable.ConstantState
|
|
public final Drawable newDrawable() {
|
|
throw new IllegalStateException("No constant state support for SDK < 24.");
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable.ConstantState
|
|
public final Drawable newDrawable(Resources resources) {
|
|
throw new IllegalStateException("No constant state support for SDK < 24.");
|
|
}
|
|
}
|