discord-jadx/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet$bin...

86 lines
5.0 KiB
Java

package com.discord.widgets.stickers;
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.WidgetGuildStickerSheetBinding;
import com.discord.views.sticker.StickerView;
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: WidgetGuildStickerSheet.kt */
public final /* synthetic */ class WidgetGuildStickerSheet$binding$2 extends k implements Function1<View, WidgetGuildStickerSheetBinding> {
public static final WidgetGuildStickerSheet$binding$2 INSTANCE = new WidgetGuildStickerSheet$binding$2();
public WidgetGuildStickerSheet$binding$2() {
super(1, WidgetGuildStickerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildStickerSheetBinding;", 0);
}
public final WidgetGuildStickerSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362964;
View findViewById = view.findViewById(2131362964);
if (findViewById != null) {
i = 2131363475;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131363475);
if (frameLayout != null) {
i = 2131363476;
TextView textView = (TextView) view.findViewById(2131363476);
if (textView != null) {
AppViewFlipper appViewFlipper = (AppViewFlipper) view;
i = 2131363478;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363478);
if (linearLayout != null) {
i = 2131363479;
TextView textView2 = (TextView) view.findViewById(2131363479);
if (textView2 != null) {
i = 2131363480;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363480);
if (simpleDraweeView != null) {
i = 2131363481;
TextView textView3 = (TextView) view.findViewById(2131363481);
if (textView3 != null) {
i = 2131363482;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363482);
if (frameLayout2 != null) {
i = 2131363483;
TextView textView4 = (TextView) view.findViewById(2131363483);
if (textView4 != null) {
i = 2131363484;
TextView textView5 = (TextView) view.findViewById(2131363484);
if (textView5 != null) {
i = 2131363485;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363485);
if (materialButton != null) {
i = 2131363486;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363486);
if (materialButton2 != null) {
i = 2131363487;
StickerView stickerView = (StickerView) view.findViewById(2131363487);
if (stickerView != null) {
i = 2131363488;
TextView textView6 = (TextView) view.findViewById(2131363488);
if (textView6 != null) {
return new WidgetGuildStickerSheetBinding(appViewFlipper, findViewById, frameLayout, textView, appViewFlipper, linearLayout, textView2, simpleDraweeView, textView3, frameLayout2, textView4, textView5, materialButton, materialButton2, stickerView, textView6);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}