package l2;

import com.google.android.material.internal.CheckableImageButton;
import com.google.android.material.textfield.TextInputLayout;

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

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

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

    public /* synthetic */ w(TextInputLayout textInputLayout, int i) {
        this.f8899k = i;
        this.f8900l = textInputLayout;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f8899k) {
            case 0:
                CheckableImageButton checkableImageButton = this.f8900l.f5627m.q;
                checkableImageButton.performClick();
                checkableImageButton.jumpDrawablesToCurrentState();
                break;
            default:
                this.f8900l.f5629n.requestLayout();
                break;
        }
    }
}
