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 { 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 = 2131362994; View findViewById = view.findViewById(2131362994); if (findViewById != null) { i = 2131363523; FrameLayout frameLayout = (FrameLayout) view.findViewById(2131363523); if (frameLayout != null) { i = 2131363524; TextView textView = (TextView) view.findViewById(2131363524); if (textView != null) { AppViewFlipper appViewFlipper = (AppViewFlipper) view; i = 2131363526; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363526); if (linearLayout != null) { i = 2131363527; TextView textView2 = (TextView) view.findViewById(2131363527); if (textView2 != null) { i = 2131363528; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363528); if (simpleDraweeView != null) { i = 2131363529; TextView textView3 = (TextView) view.findViewById(2131363529); if (textView3 != null) { i = 2131363530; FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363530); if (frameLayout2 != null) { i = 2131363531; TextView textView4 = (TextView) view.findViewById(2131363531); if (textView4 != null) { i = 2131363532; TextView textView5 = (TextView) view.findViewById(2131363532); if (textView5 != null) { i = 2131363533; MaterialButton materialButton = (MaterialButton) view.findViewById(2131363533); if (materialButton != null) { i = 2131363534; MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363534); if (materialButton2 != null) { i = 2131363535; StickerView stickerView = (StickerView) view.findViewById(2131363535); if (stickerView != null) { i = 2131363536; TextView textView6 = (TextView) view.findViewById(2131363536); 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))); } }