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

103 lines
7.2 KiB
Java

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.i.a0;
import c.a.i.b0;
import c.a.i.z;
import c0.z.d.k;
import c0.z.d.m;
import com.discord.R;
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 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 = R.id.age_verify_view_flipper;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(R.id.age_verify_view_flipper);
if (appViewFlipper != null) {
i = R.id.confirm;
View findViewById = view.findViewById(R.id.confirm);
if (findViewById != null) {
int i2 = R.id.age_verify_confirm_back_button;
MaterialButton materialButton = (MaterialButton) findViewById.findViewById(R.id.age_verify_confirm_back_button);
if (materialButton != null) {
i2 = R.id.age_verify_confirm_button;
LoadingButton loadingButton = (LoadingButton) findViewById.findViewById(R.id.age_verify_confirm_button);
if (loadingButton != null) {
i2 = R.id.age_verify_confirm_description;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) findViewById.findViewById(R.id.age_verify_confirm_description);
if (linkifiedTextView != null) {
i2 = R.id.age_verify_confirm_title;
TextView textView = (TextView) findViewById.findViewById(R.id.age_verify_confirm_title);
if (textView != null) {
a0 a0Var = new a0((ConstraintLayout) findViewById, materialButton, loadingButton, linkifiedTextView, textView);
View findViewById2 = view.findViewById(R.id.underage);
if (findViewById2 != null) {
int i3 = R.id.age_verify_return_to_login_button;
MaterialButton materialButton2 = (MaterialButton) findViewById2.findViewById(R.id.age_verify_return_to_login_button);
if (materialButton2 != null) {
i3 = R.id.age_verify_underage_description;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) findViewById2.findViewById(R.id.age_verify_underage_description);
if (linkifiedTextView2 != null) {
i3 = R.id.age_verify_underage_title;
TextView textView2 = (TextView) findViewById2.findViewById(R.id.age_verify_underage_title);
if (textView2 != null) {
i3 = R.id.underage_warning;
TextView textView3 = (TextView) findViewById2.findViewById(R.id.underage_warning);
if (textView3 != null) {
b0 b0Var = new b0((ConstraintLayout) findViewById2, materialButton2, linkifiedTextView2, textView2, textView3);
View findViewById3 = view.findViewById(R.id.verify);
if (findViewById3 != null) {
int i4 = R.id.age_verify_description;
LinkifiedTextView linkifiedTextView3 = (LinkifiedTextView) findViewById3.findViewById(R.id.age_verify_description);
if (linkifiedTextView3 != null) {
i4 = R.id.age_verify_input_wrapper;
TextInputLayout textInputLayout = (TextInputLayout) findViewById3.findViewById(R.id.age_verify_input_wrapper);
if (textInputLayout != null) {
i4 = R.id.age_verify_next_button;
LoadingButton loadingButton2 = (LoadingButton) findViewById3.findViewById(R.id.age_verify_next_button);
if (loadingButton2 != null) {
i4 = R.id.age_verify_title;
TextView textView4 = (TextView) findViewById3.findViewById(R.id.age_verify_title);
if (textView4 != null) {
return new WidgetAgeVerifyBinding((CoordinatorLayout) view, appViewFlipper, a0Var, b0Var, new z((ConstraintLayout) findViewById3, linkifiedTextView3, textInputLayout, loadingButton2, textView4));
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById3.getResources().getResourceName(i4)));
}
i = R.id.verify;
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById2.getResources().getResourceName(i3)));
}
i = R.id.underage;
}
}
}
}
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)));
}
}