package k1;

import I0.t0;
import android.content.Context;
import android.view.KeyEvent;
import android.view.View;
import androidx.compose.runtime.CompositionContext;
import androidx.compose.runtime.saveable.SaveableStateRegistry;

/* JADX INFO: loaded from: classes.dex */
public final class m extends kotlin.jvm.internal.p implements J4.a {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ J4.c f19711b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ CompositionContext f19712c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ SaveableStateRegistry f19713d;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ View f19715f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public m(Context context, J4.c cVar, CompositionContext compositionContext, SaveableStateRegistry saveableStateRegistry, int i6, View view) {
        super(0);
        this.f19710a = context;
        this.f19711b = cVar;
        this.f19712c = compositionContext;
        this.f19713d = saveableStateRegistry;
        this.f19714e = i6;
        this.f19715f = view;
    }

    @Override // J4.a
    public final Object invoke() {
        KeyEvent.Callback callback = this.f19715f;
        kotlin.jvm.internal.o.f(callback, "null cannot be cast to non-null type androidx.compose.ui.node.Owner");
        t0 t0Var = (t0) callback;
        return new y(this.f19710a, this.f19711b, this.f19712c, this.f19713d, this.f19714e, t0Var).getLayoutNode();
    }
}
