discord-jadx/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet$binding$...

73 lines
3.9 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetStickerSheetBinding;
import com.discord.views.LoadingButton;
import com.discord.views.sticker.StickerView;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.chip.Chip;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetStickerSheet.kt */
public final /* synthetic */ class WidgetStickerSheet$binding$2 extends k implements Function1<View, WidgetStickerSheetBinding> {
public static final WidgetStickerSheet$binding$2 INSTANCE = new WidgetStickerSheet$binding$2();
public WidgetStickerSheet$binding$2() {
super(1, WidgetStickerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetStickerSheetBinding;", 0);
}
public final WidgetStickerSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365148;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131365148);
if (loadingButton != null) {
i = 2131365149;
TextView textView = (TextView) view.findViewById(2131365149);
if (textView != null) {
i = 2131365150;
TextView textView2 = (TextView) view.findViewById(2131365150);
if (textView2 != null) {
i = 2131365152;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131365152);
if (linearLayout != null) {
i = 2131365153;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131365153);
if (materialButton != null) {
i = 2131365154;
Chip chip = (Chip) view.findViewById(2131365154);
if (chip != null) {
i = 2131365155;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131365155);
if (relativeLayout != null) {
i = 2131365171;
StickerView stickerView = (StickerView) view.findViewById(2131365171);
if (stickerView != null) {
i = 2131365172;
StickerView stickerView2 = (StickerView) view.findViewById(2131365172);
if (stickerView2 != null) {
i = 2131365173;
StickerView stickerView3 = (StickerView) view.findViewById(2131365173);
if (stickerView3 != null) {
i = 2131365174;
StickerView stickerView4 = (StickerView) view.findViewById(2131365174);
if (stickerView4 != null) {
return new WidgetStickerSheetBinding((LinearLayout) view, loadingButton, textView, textView2, linearLayout, materialButton, chip, relativeLayout, stickerView, stickerView2, stickerView3, stickerView4);
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}