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 = 2131362177;
TextView textView = (TextView) view.findViewById(2131362177);
if (textView != null) {
i = 2131362211;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362211);
if (frameLayout != null) {
i = 2131362994;
View findViewById = view.findViewById(2131362994);
if (findViewById != null) {
i = 2131363064;
TextView textView2 = (TextView) view.findViewById(2131363064);
if (textView2 != null) {
i = 2131363067;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363067);
if (simpleDraweeView != null) {
AppViewFlipper appViewFlipper = (AppViewFlipper) view;
i = 2131363225;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363225);
if (materialButton != null) {
i = 2131363226;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363226);
if (frameLayout2 != null) {
i = 2131363227;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363227);
if (materialButton2 != null) {
i = 2131363402;
TextView textView3 = (TextView) view.findViewById(2131363402);
if (textView3 != null) {
i = 2131363403;
FrameLayout frameLayout3 = (FrameLayout) view.findViewById(2131363403);
if (frameLayout3 != null) {
i = 2131363407;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363407);
if (linearLayout != null) {
i = 2131363426;
TextView textView4 = (TextView) view.findViewById(2131363426);
if (textView4 != null) {
i = 2131363451;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131363451);
if (simpleDraweeView2 != null) {
i = 2131363458;
TextView textView5 = (TextView) view.findViewById(2131363458);
if (textView5 != null) {
i = 2131363815;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131363815);
if (materialButton3 != null) {
i = 2131364091;
TextView textView6 = (TextView) view.findViewById(2131364091);
if (textView6 != null) {
i = 2131364347;
MaterialButton materialButton4 = (MaterialButton) view.findViewById(2131364347);
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)));
}
}