discord-jadx/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$binding...

120 lines
8.4 KiB
Java

package com.discord.widgets.chat.input.sticker;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.appcompat.widget.Toolbar;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetStickerPickerBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.LoadingButton;
import com.discord.views.SearchInputView;
import com.discord.views.sticker.StickerView;
import com.google.android.material.appbar.AppBarLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetStickerPicker.kt */
public final /* synthetic */ class WidgetStickerPicker$binding$2 extends k implements Function1<View, WidgetStickerPickerBinding> {
public static final WidgetStickerPicker$binding$2 INSTANCE = new WidgetStickerPicker$binding$2();
public WidgetStickerPicker$binding$2() {
super(1, WidgetStickerPickerBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetStickerPickerBinding;", 0);
}
public final WidgetStickerPickerBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362499;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362499);
if (linearLayout != null) {
i = 2131362500;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362500);
if (linearLayout2 != null) {
i = 2131362501;
ImageView imageView = (ImageView) view.findViewById(2131362501);
if (imageView != null) {
i = 2131362502;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362502);
if (linkifiedTextView != null) {
i = 2131362503;
StickerView stickerView = (StickerView) view.findViewById(2131362503);
if (stickerView != null) {
i = 2131362504;
StickerView stickerView2 = (StickerView) view.findViewById(2131362504);
if (stickerView2 != null) {
i = 2131362505;
StickerView stickerView3 = (StickerView) view.findViewById(2131362505);
if (stickerView3 != null) {
i = 2131362506;
StickerView stickerView4 = (StickerView) view.findViewById(2131362506);
if (stickerView4 != null) {
i = 2131362507;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131362507);
if (loadingButton != null) {
i = 2131362508;
TextView textView = (TextView) view.findViewById(2131362508);
if (textView != null) {
i = 2131362509;
TextView textView2 = (TextView) view.findViewById(2131362509);
if (textView2 != null) {
i = 2131362510;
TextView textView3 = (TextView) view.findViewById(2131362510);
if (textView3 != null) {
i = 2131362511;
TextView textView4 = (TextView) view.findViewById(2131362511);
if (textView4 != null) {
i = 2131362512;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362512);
if (recyclerView != null) {
i = 2131362513;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362513);
if (appViewFlipper != null) {
i = 2131365188;
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(2131365188);
if (appBarLayout != null) {
i = 2131365205;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131365205);
if (constraintLayout != null) {
i = 2131365206;
View findViewById = view.findViewById(2131365206);
if (findViewById != null) {
i = 2131365207;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131365207);
if (recyclerView2 != null) {
CoordinatorLayout coordinatorLayout = (CoordinatorLayout) view;
i = 2131365213;
SearchInputView searchInputView = (SearchInputView) view.findViewById(2131365213);
if (searchInputView != null) {
i = 2131365230;
Toolbar toolbar = (Toolbar) view.findViewById(2131365230);
if (toolbar != null) {
return new WidgetStickerPickerBinding(coordinatorLayout, linearLayout, linearLayout2, imageView, linkifiedTextView, stickerView, stickerView2, stickerView3, stickerView4, loadingButton, textView, textView2, textView3, textView4, recyclerView, appViewFlipper, appBarLayout, constraintLayout, findViewById, recyclerView2, coordinatorLayout, searchInputView, toolbar);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}