discord-jadx/app/src/main/java/com/discord/widgets/emoji/WidgetEmojiSheet$binding$2....

97 lines
6.2 KiB
Java

package com.discord.widgets.emoji;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetEmojiSheetBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetEmojiSheet.kt */
public final /* synthetic */ class WidgetEmojiSheet$binding$2 extends k implements Function1<View, WidgetEmojiSheetBinding> {
public static final WidgetEmojiSheet$binding$2 INSTANCE = new WidgetEmojiSheet$binding$2();
public WidgetEmojiSheet$binding$2() {
super(1, WidgetEmojiSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEmojiSheetBinding;", 0);
}
public final WidgetEmojiSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362162;
TextView textView = (TextView) view.findViewById(2131362162);
if (textView != null) {
i = 2131362196;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362196);
if (frameLayout != null) {
i = 2131362964;
View findViewById = view.findViewById(2131362964);
if (findViewById != null) {
i = 2131363033;
TextView textView2 = (TextView) view.findViewById(2131363033);
if (textView2 != null) {
i = 2131363036;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363036);
if (simpleDraweeView != null) {
AppViewFlipper appViewFlipper = (AppViewFlipper) view;
i = 2131363194;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363194);
if (materialButton != null) {
i = 2131363195;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363195);
if (frameLayout2 != null) {
i = 2131363196;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363196);
if (materialButton2 != null) {
i = 2131363366;
TextView textView3 = (TextView) view.findViewById(2131363366);
if (textView3 != null) {
i = 2131363367;
FrameLayout frameLayout3 = (FrameLayout) view.findViewById(2131363367);
if (frameLayout3 != null) {
i = 2131363371;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363371);
if (linearLayout != null) {
i = 2131363390;
TextView textView4 = (TextView) view.findViewById(2131363390);
if (textView4 != null) {
i = 2131363415;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131363415);
if (simpleDraweeView2 != null) {
i = 2131363422;
TextView textView5 = (TextView) view.findViewById(2131363422);
if (textView5 != null) {
i = 2131363761;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131363761);
if (materialButton3 != null) {
i = 2131364036;
TextView textView6 = (TextView) view.findViewById(2131364036);
if (textView6 != null) {
i = 2131364291;
MaterialButton materialButton4 = (MaterialButton) view.findViewById(2131364291);
if (materialButton4 != null) {
return new WidgetEmojiSheetBinding(appViewFlipper, textView, frameLayout, findViewById, textView2, simpleDraweeView, appViewFlipper, materialButton, frameLayout2, materialButton2, textView3, frameLayout3, linearLayout, textView4, simpleDraweeView2, textView5, materialButton3, textView6, materialButton4);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}