package z3;

import com.google.android.material.textfield.TextInputLayout;
import n4.u0;

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

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ TextInputLayout f19348r;

    public /* synthetic */ q(TextInputLayout textInputLayout, int i) {
        this.f19347q = i;
        this.f19348r = textInputLayout;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f19347q) {
            case u0.f15495q /* 0 */:
                TextInputLayout textInputLayout = this.f19348r;
                textInputLayout.f10382x0.performClick();
                textInputLayout.f10382x0.jumpDrawablesToCurrentState();
                break;
            default:
                this.f19348r.f10375u.requestLayout();
                break;
        }
    }
}
