discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInput$binding$2.java

153 lines
13 KiB
Java

package com.discord.widgets.chat.input;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.appcompat.widget.AppCompatImageButton;
import androidx.cardview.widget.CardView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.FragmentContainerView;
import androidx.recyclerview.widget.RecyclerView;
import c.a.i.h4;
import c.a.i.i4;
import com.discord.databinding.WidgetChatInputApplicationCommandsBinding;
import com.discord.databinding.WidgetChatInputBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatInput.kt */
public final /* synthetic */ class WidgetChatInput$binding$2 extends k implements Function1<View, WidgetChatInputBinding> {
public static final WidgetChatInput$binding$2 INSTANCE = new WidgetChatInput$binding$2();
public WidgetChatInput$binding$2() {
super(1, WidgetChatInputBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChatInputBinding;", 0);
}
public final WidgetChatInputBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361980;
View findViewById = view.findViewById(2131361980);
if (findViewById != null) {
int i2 = 2131362469;
TextView textView = (TextView) findViewById.findViewById(2131362469);
if (textView != null) {
i2 = 2131362470;
RecyclerView recyclerView = (RecyclerView) findViewById.findViewById(2131362470);
if (recyclerView != null) {
i2 = 2131362994;
View findViewById2 = findViewById.findViewById(2131362994);
if (findViewById2 != null) {
WidgetChatInputApplicationCommandsBinding widgetChatInputApplicationCommandsBinding = new WidgetChatInputApplicationCommandsBinding((ConstraintLayout) findViewById, textView, recyclerView, findViewById2);
i = 2131362472;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131362472);
if (recyclerView2 != null) {
LinearLayout linearLayout = (LinearLayout) view;
i = 2131362474;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131362474);
if (relativeLayout != null) {
i = 2131362475;
AppCompatImageButton appCompatImageButton = (AppCompatImageButton) view.findViewById(2131362475);
if (appCompatImageButton != null) {
i = 2131362476;
TextView textView2 = (TextView) view.findViewById(2131362476);
if (textView2 != null) {
i = 2131362477;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362477);
if (linearLayout2 != null) {
i = 2131362478;
ImageView imageView = (ImageView) view.findViewById(2131362478);
if (imageView != null) {
i = 2131362479;
TextView textView3 = (TextView) view.findViewById(2131362479);
if (textView3 != null) {
i = 2131362480;
TextView textView4 = (TextView) view.findViewById(2131362480);
if (textView4 != null) {
i = 2131362498;
RecyclerView recyclerView3 = (RecyclerView) view.findViewById(2131362498);
if (recyclerView3 != null) {
i = 2131362514;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131362514);
if (linearLayout3 != null) {
i = 2131362515;
TextView textView5 = (TextView) view.findViewById(2131362515);
if (textView5 != null) {
i = 2131362516;
RecyclerView recyclerView4 = (RecyclerView) view.findViewById(2131362516);
if (recyclerView4 != null) {
i = 2131362523;
FragmentContainerView fragmentContainerView = (FragmentContainerView) view.findViewById(2131362523);
if (fragmentContainerView != null) {
i = 2131362524;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131362524);
if (linearLayout4 != null) {
i = 2131363399;
View findViewById3 = view.findViewById(2131363399);
if (findViewById3 != null) {
int i3 = 2131362485;
MaterialButton materialButton = (MaterialButton) findViewById3.findViewById(2131362485);
if (materialButton != null) {
i3 = 2131362486;
MaterialButton materialButton2 = (MaterialButton) findViewById3.findViewById(2131362486);
if (materialButton2 != null) {
i3 = 2131362487;
TextView textView6 = (TextView) findViewById3.findViewById(2131362487);
if (textView6 != null) {
i3 = 2131362488;
TextView textView7 = (TextView) findViewById3.findViewById(2131362488);
if (textView7 != null) {
h4 h4Var = new h4((LinearLayout) findViewById3, materialButton, materialButton2, textView6, textView7);
View findViewById4 = view.findViewById(2131363400);
if (findViewById4 != null) {
int i4 = 2131362611;
CardView cardView = (CardView) findViewById4.findViewById(2131362611);
if (cardView != null) {
i4 = 2131362612;
ImageView imageView2 = (ImageView) findViewById4.findViewById(2131362612);
if (imageView2 != null) {
i4 = 2131362613;
ImageView imageView3 = (ImageView) findViewById4.findViewById(2131362613);
if (imageView3 != null) {
i4 = 2131362614;
TextView textView8 = (TextView) findViewById4.findViewById(2131362614);
if (textView8 != null) {
return new WidgetChatInputBinding(linearLayout, widgetChatInputApplicationCommandsBinding, recyclerView2, linearLayout, relativeLayout, appCompatImageButton, textView2, linearLayout2, imageView, textView3, textView4, recyclerView3, linearLayout3, textView5, recyclerView4, fragmentContainerView, linearLayout4, h4Var, new i4((RelativeLayout) findViewById4, cardView, imageView2, imageView3, textView8));
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById4.getResources().getResourceName(i4)));
}
i = 2131363400;
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById3.getResources().getResourceName(i3)));
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
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)));
}
}