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

102 lines
6.7 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.auth;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import c.a.j.a0;
import c.a.j.y;
import c.a.j.z;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetAgeVerifyBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.LoadingButton;
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: WidgetAgeVerify.kt */
public final /* synthetic */ class WidgetAgeVerify$binding$2 extends k implements Function1<View, WidgetAgeVerifyBinding> {
public static final WidgetAgeVerify$binding$2 INSTANCE = new WidgetAgeVerify$binding$2();
public WidgetAgeVerify$binding$2() {
super(1, WidgetAgeVerifyBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAgeVerifyBinding;", 0);
}
public final WidgetAgeVerifyBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361949;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131361949);
if (appViewFlipper != null) {
i = 2131362715;
View findViewById = view.findViewById(2131362715);
if (findViewById != null) {
int i2 = 2131361938;
MaterialButton materialButton = (MaterialButton) findViewById.findViewById(2131361938);
if (materialButton != null) {
i2 = 2131361939;
LoadingButton loadingButton = (LoadingButton) findViewById.findViewById(2131361939);
if (loadingButton != null) {
i2 = 2131361940;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) findViewById.findViewById(2131361940);
if (linkifiedTextView != null) {
i2 = 2131361941;
TextView textView = (TextView) findViewById.findViewById(2131361941);
if (textView != null) {
z zVar = new z((ConstraintLayout) findViewById, materialButton, loadingButton, linkifiedTextView, textView);
2021-08-04 23:47:20 +00:00
View findViewById2 = view.findViewById(2131365610);
2021-08-03 07:33:18 +00:00
if (findViewById2 != null) {
int i3 = 2131361945;
MaterialButton materialButton2 = (MaterialButton) findViewById2.findViewById(2131361945);
if (materialButton2 != null) {
i3 = 2131361947;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) findViewById2.findViewById(2131361947);
if (linkifiedTextView2 != null) {
i3 = 2131361948;
TextView textView2 = (TextView) findViewById2.findViewById(2131361948);
if (textView2 != null) {
2021-08-04 23:47:20 +00:00
i3 = 2131365611;
TextView textView3 = (TextView) findViewById2.findViewById(2131365611);
2021-08-03 07:33:18 +00:00
if (textView3 != null) {
a0 a0Var = new a0((ConstraintLayout) findViewById2, materialButton2, linkifiedTextView2, textView2, textView3);
2021-08-04 23:47:20 +00:00
View findViewById3 = view.findViewById(2131365760);
2021-08-03 07:33:18 +00:00
if (findViewById3 != null) {
int i4 = 2131361942;
LinkifiedTextView linkifiedTextView3 = (LinkifiedTextView) findViewById3.findViewById(2131361942);
if (linkifiedTextView3 != null) {
i4 = 2131361943;
TextInputLayout textInputLayout = (TextInputLayout) findViewById3.findViewById(2131361943);
if (textInputLayout != null) {
i4 = 2131361944;
LoadingButton loadingButton2 = (LoadingButton) findViewById3.findViewById(2131361944);
if (loadingButton2 != null) {
i4 = 2131361946;
TextView textView4 = (TextView) findViewById3.findViewById(2131361946);
if (textView4 != null) {
return new WidgetAgeVerifyBinding((CoordinatorLayout) view, appViewFlipper, zVar, a0Var, new y((ConstraintLayout) findViewById3, linkifiedTextView3, textInputLayout, loadingButton2, textView4));
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById3.getResources().getResourceName(i4)));
}
2021-08-04 23:47:20 +00:00
i = 2131365760;
2021-08-03 07:33:18 +00:00
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById2.getResources().getResourceName(i3)));
}
2021-08-04 23:47:20 +00:00
i = 2131365610;
2021-08-03 07:33:18 +00:00
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2)));
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}