package androidx.media3.ui;

import android.animation.ValueAnimator;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class g implements ValueAnimator.AnimatorUpdateListener {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f12621a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f12622b;

    public /* synthetic */ g(Object obj, int i6) {
        this.f12621a = i6;
        this.f12622b = obj;
    }

    @Override // android.animation.ValueAnimator.AnimatorUpdateListener
    public final void onAnimationUpdate(ValueAnimator valueAnimator) {
        switch (this.f12621a) {
            case 0:
                ((PlayerControlViewLayoutManager) this.f12622b).lambda$new$0(valueAnimator);
                break;
            case 1:
                ((PlayerControlViewLayoutManager) this.f12622b).lambda$new$1(valueAnimator);
                break;
            case 2:
                ((PlayerControlViewLayoutManager) this.f12622b).lambda$new$2(valueAnimator);
                break;
            case 3:
                ((PlayerControlViewLayoutManager) this.f12622b).lambda$new$3(valueAnimator);
                break;
            default:
                ((DefaultTimeBar) this.f12622b).lambda$new$1(valueAnimator);
                break;
        }
    }
}
