package com.discord.widgets.auth; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import com.discord.databinding.WidgetAuthLoginBinding; import com.discord.utilities.dimmer.DimmerView; import com.discord.views.phone.PhoneOrEmailInputView; 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: WidgetAuthLogin.kt */ public final /* synthetic */ class WidgetAuthLogin$binding$2 extends k implements Function1 { public static final WidgetAuthLogin$binding$2 INSTANCE = new WidgetAuthLogin$binding$2(); public WidgetAuthLogin$binding$2() { super(1, WidgetAuthLoginBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAuthLoginBinding;", 0); } public final WidgetAuthLoginBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362036; MaterialButton materialButton = (MaterialButton) view.findViewById(2131362036); if (materialButton != null) { i = 2131362037; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362037); if (linearLayout != null) { i = 2131362038; TextView textView = (TextView) view.findViewById(2131362038); if (textView != null) { i = 2131362039; PhoneOrEmailInputView phoneOrEmailInputView = (PhoneOrEmailInputView) view.findViewById(2131362039); if (phoneOrEmailInputView != null) { i = 2131362041; TextView textView2 = (TextView) view.findViewById(2131362041); if (textView2 != null) { i = 2131362042; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362042); if (textInputLayout != null) { i = 2131362956; DimmerView dimmerView = (DimmerView) view.findViewById(2131362956); if (dimmerView != null) { return new WidgetAuthLoginBinding((CoordinatorLayout) view, materialButton, linearLayout, textView, phoneOrEmailInputView, textView2, textInputLayout, dimmerView); } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }