package a0;

import androidx.constraintlayout.motion.widget.MotionLayout;

/* JADX INFO: loaded from: classes.dex */
public final class s implements Runnable {

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

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

    public /* synthetic */ s(int i10, MotionLayout motionLayout) {
        this.f192a = i10;
        this.f193b = motionLayout;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f192a;
        MotionLayout motionLayout = this.f193b;
        switch (i10) {
            case 0:
                motionLayout.V0.a();
                break;
            default:
                motionLayout.V0.a();
                break;
        }
    }
}
