package h3;

import android.view.KeyEvent;

/* JADX INFO: renamed from: h3.f4, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2113f4 implements J4.c {

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

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

    public /* synthetic */ C2113f4(boolean z6, int i6) {
        this.f17926a = i6;
        this.f17927b = z6;
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        switch (this.f17926a) {
            case 0:
                KeyEvent it = ((A0.c) obj).f76a;
                kotlin.jvm.internal.o.h(it, "it");
                return Boolean.valueOf(W.d.y(this.f17927b, it));
            default:
                KeyEvent it2 = ((A0.c) obj).f76a;
                kotlin.jvm.internal.o.h(it2, "it");
                return Boolean.valueOf(W.d.y(this.f17927b, it2));
        }
    }
}
