package defpackage;

import android.content.res.ColorStateList;
import android.graphics.drawable.Animatable2;
import android.graphics.drawable.Drawable;

/* JADX INFO: renamed from: ʾᵷᵘᵦ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0332 extends Animatable2.AnimationCallback {

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ C4194 f2054;

    public C0332(C4194 c4194) {
        this.f2054 = c4194;
    }

    @Override // android.graphics.drawable.Animatable2.AnimationCallback
    public final void onAnimationEnd(Drawable drawable) {
        ColorStateList colorStateList = this.f2054.f15996.f3658;
        if (colorStateList != null) {
            drawable.setTintList(colorStateList);
        }
    }

    @Override // android.graphics.drawable.Animatable2.AnimationCallback
    public final void onAnimationStart(Drawable drawable) {
        C0814 c0814 = this.f2054.f15996;
        ColorStateList colorStateList = c0814.f3658;
        if (colorStateList != null) {
            drawable.setTint(colorStateList.getColorForState(c0814.f3673, colorStateList.getDefaultColor()));
        }
    }
}
