discord-jadx/app/src/main/java/com/discord/widgets/user/WidgetBanUser$binding$2.java

64 lines
3.3 KiB
Java

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<View, WidgetBanUserBinding> {
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 = 2131362092;
TextView textView = (TextView) view.findViewById(2131362092);
if (textView != null) {
i = 2131362093;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362093);
if (linearLayout != null) {
i = 2131362094;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362094);
if (materialButton != null) {
i = 2131362095;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362095);
if (materialButton2 != null) {
i = 2131362096;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362096);
if (checkedSetting != null) {
i = 2131362097;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362097);
if (checkedSetting2 != null) {
i = 2131362098;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362098);
if (checkedSetting3 != null) {
i = 2131362099;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362099);
if (textInputLayout != null) {
i = 2131362100;
TextView textView2 = (TextView) view.findViewById(2131362100);
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)));
}
}