discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetCreateChannel$binding...

132 lines
10 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RadioButton;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.appcompat.widget.SwitchCompat;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetCreateChannelBinding;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetCreateChannel.kt */
public final /* synthetic */ class WidgetCreateChannel$binding$2 extends k implements Function1<View, WidgetCreateChannelBinding> {
public static final WidgetCreateChannel$binding$2 INSTANCE = new WidgetCreateChannel$binding$2();
public WidgetCreateChannel$binding$2() {
super(1, WidgetCreateChannelBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetCreateChannelBinding;", 0);
}
public final WidgetCreateChannelBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362817;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362817);
if (constraintLayout != null) {
i = 2131362818;
ImageView imageView = (ImageView) view.findViewById(2131362818);
if (imageView != null) {
i = 2131362819;
RadioButton radioButton = (RadioButton) view.findViewById(2131362819);
if (radioButton != null) {
i = 2131362820;
TextView textView = (TextView) view.findViewById(2131362820);
if (textView != null) {
i = 2131362822;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362822);
if (textInputLayout != null) {
i = 2131362823;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131362823);
if (relativeLayout != null) {
i = 2131362824;
TextView textView2 = (TextView) view.findViewById(2131362824);
if (textView2 != null) {
i = 2131362825;
SwitchCompat switchCompat = (SwitchCompat) view.findViewById(2131362825);
if (switchCompat != null) {
i = 2131362826;
TextView textView3 = (TextView) view.findViewById(2131362826);
if (textView3 != null) {
i = 2131362827;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362827);
if (recyclerView != null) {
i = 2131362828;
View findViewById = view.findViewById(2131362828);
if (findViewById != null) {
i = 2131362829;
TextView textView4 = (TextView) view.findViewById(2131362829);
if (textView4 != null) {
i = 2131362830;
ConstraintLayout constraintLayout2 = (ConstraintLayout) view.findViewById(2131362830);
if (constraintLayout2 != null) {
i = 2131362831;
ImageView imageView2 = (ImageView) view.findViewById(2131362831);
if (imageView2 != null) {
i = 2131362832;
RadioButton radioButton2 = (RadioButton) view.findViewById(2131362832);
if (radioButton2 != null) {
i = 2131362833;
TextView textView5 = (TextView) view.findViewById(2131362833);
if (textView5 != null) {
i = 2131362834;
ConstraintLayout constraintLayout3 = (ConstraintLayout) view.findViewById(2131362834);
if (constraintLayout3 != null) {
i = 2131362835;
ImageView imageView3 = (ImageView) view.findViewById(2131362835);
if (imageView3 != null) {
i = 2131362836;
RadioButton radioButton3 = (RadioButton) view.findViewById(2131362836);
if (radioButton3 != null) {
i = 2131362837;
TextView textView6 = (TextView) view.findViewById(2131362837);
if (textView6 != null) {
i = 2131362838;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362838);
if (linearLayout != null) {
i = 2131362839;
ConstraintLayout constraintLayout4 = (ConstraintLayout) view.findViewById(2131362839);
if (constraintLayout4 != null) {
i = 2131362840;
ImageView imageView4 = (ImageView) view.findViewById(2131362840);
if (imageView4 != null) {
i = 2131362841;
RadioButton radioButton4 = (RadioButton) view.findViewById(2131362841);
if (radioButton4 != null) {
i = 2131362842;
TextView textView7 = (TextView) view.findViewById(2131362842);
if (textView7 != null) {
return new WidgetCreateChannelBinding((CoordinatorLayout) view, constraintLayout, imageView, radioButton, textView, textInputLayout, relativeLayout, textView2, switchCompat, textView3, recyclerView, findViewById, textView4, constraintLayout2, imageView2, radioButton2, textView5, constraintLayout3, imageView3, radioButton3, textView6, linearLayout, constraintLayout4, imageView4, radioButton4, textView7);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}