package h3;

import android.view.KeyEvent;
import androidx.compose.runtime.State;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ V4.C f18722a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ n0.x f18723b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ n0.x f18724c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ D.H f18725d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ State f18726e;

    public C2224y2(V4.C c6, n0.x xVar, n0.x xVar2, D.H h5, State state) {
        this.f18722a = c6;
        this.f18723b = xVar;
        this.f18724c = xVar2;
        this.f18725d = h5;
        this.f18726e = state;
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        KeyEvent event = ((A0.c) obj).f76a;
        kotlin.jvm.internal.o.h(event, "event");
        if (event.getAction() != 0) {
            return Boolean.FALSE;
        }
        if (event.getKeyCode() != 21) {
            return Boolean.FALSE;
        }
        State state = this.f18726e;
        float f6 = T2.f17380a;
        V4.E.y(this.f18722a, null, null, new F2(this.f18723b, this.f18724c, this.f18725d, state, null), 3);
        return Boolean.TRUE;
    }
}
