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 = 2131362476;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362476);
if (linearLayout != null) {
i = 2131362477;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362477);
if (linearLayout2 != null) {
i = 2131362478;
ImageView imageView = (ImageView) view.findViewById(2131362478);
if (imageView != null) {
i = 2131362479;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362479);
if (linkifiedTextView != null) {
i = 2131362480;
StickerView stickerView = (StickerView) view.findViewById(2131362480);
if (stickerView != null) {
i = 2131362481;
StickerView stickerView2 = (StickerView) view.findViewById(2131362481);
if (stickerView2 != null) {
i = 2131362482;
StickerView stickerView3 = (StickerView) view.findViewById(2131362482);
if (stickerView3 != null) {
i = 2131362483;
StickerView stickerView4 = (StickerView) view.findViewById(2131362483);
if (stickerView4 != null) {
i = 2131362484;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131362484);
if (loadingButton != null) {
i = 2131362485;
TextView textView = (TextView) view.findViewById(2131362485);
if (textView != null) {
i = 2131362486;
TextView textView2 = (TextView) view.findViewById(2131362486);
if (textView2 != null) {
i = 2131362487;
TextView textView3 = (TextView) view.findViewById(2131362487);
if (textView3 != null) {
i = 2131362488;
TextView textView4 = (TextView) view.findViewById(2131362488);
if (textView4 != null) {
i = 2131362489;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362489);
if (recyclerView != null) {
i = 2131362490;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362490);
if (appViewFlipper != null) {
i = 2131365071;
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(2131365071);
if (appBarLayout != null) {
i = 2131365087;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131365087);
if (constraintLayout != null) {
i = 2131365088;
View findViewById = view.findViewById(2131365088);
if (findViewById != null) {
i = 2131365089;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131365089);
if (recyclerView2 != null) {
CoordinatorLayout coordinatorLayout = (CoordinatorLayout) view;
i = 2131365092;
SearchInputView searchInputView = (SearchInputView) view.findViewById(2131365092);
if (searchInputView != null) {
i = 2131365109;
Toolbar toolbar = (Toolbar) view.findViewById(2131365109);
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)));
}
}