package com.discord.widgets.user; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.discord.databinding.WidgetBanUserBinding; import com.discord.views.CheckedSetting; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetBanUser.kt */ public final /* synthetic */ class WidgetBanUser$binding$2 extends k implements Function1 { public static final WidgetBanUser$binding$2 INSTANCE = new WidgetBanUser$binding$2(); public WidgetBanUser$binding$2() { super(1, WidgetBanUserBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetBanUserBinding;", 0); } public final WidgetBanUserBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362086; TextView textView = (TextView) view.findViewById(2131362086); if (textView != null) { i = 2131362087; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362087); if (linearLayout != null) { i = 2131362088; MaterialButton materialButton = (MaterialButton) view.findViewById(2131362088); if (materialButton != null) { i = 2131362089; MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362089); if (materialButton2 != null) { i = 2131362090; CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362090); if (checkedSetting != null) { i = 2131362091; CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362091); if (checkedSetting2 != null) { i = 2131362092; CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362092); if (checkedSetting3 != null) { i = 2131362093; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362093); if (textInputLayout != null) { i = 2131362094; TextView textView2 = (TextView) view.findViewById(2131362094); if (textView2 != null) { LinearLayout linearLayout2 = (LinearLayout) view; return new WidgetBanUserBinding(linearLayout2, textView, linearLayout, materialButton, materialButton2, checkedSetting, checkedSetting2, checkedSetting3, textInputLayout, textView2, linearLayout2); } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }