discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin$binding$2.java

57 lines
2.8 KiB
Java

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<View, WidgetAuthLoginBinding> {
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 = 2131362033;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362033);
if (materialButton != null) {
i = 2131362034;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362034);
if (linearLayout != null) {
i = 2131362035;
TextView textView = (TextView) view.findViewById(2131362035);
if (textView != null) {
i = 2131362036;
PhoneOrEmailInputView phoneOrEmailInputView = (PhoneOrEmailInputView) view.findViewById(2131362036);
if (phoneOrEmailInputView != null) {
i = 2131362038;
TextView textView2 = (TextView) view.findViewById(2131362038);
if (textView2 != null) {
i = 2131362039;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362039);
if (textInputLayout != null) {
i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
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)));
}
}