discord-jadx/app/src/main/java/com/discord/widgets/chat/input/emoji/WidgetEmojiPicker$binding$2...

90 lines
5.2 KiB
Java

package com.discord.widgets.chat.input.emoji;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.widget.Toolbar;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetEmojiPickerBinding;
import com.google.android.material.appbar.AppBarLayout;
import com.google.android.material.textfield.TextInputEditText;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetEmojiPicker.kt */
public final /* synthetic */ class WidgetEmojiPicker$binding$2 extends k implements Function1<View, WidgetEmojiPickerBinding> {
public static final WidgetEmojiPicker$binding$2 INSTANCE = new WidgetEmojiPicker$binding$2();
public WidgetEmojiPicker$binding$2() {
super(1, WidgetEmojiPickerBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEmojiPickerBinding;", 0);
}
public final WidgetEmojiPickerBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362481;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362481);
if (recyclerView != null) {
i = 2131362482;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362482);
if (appViewFlipper != null) {
i = 2131363061;
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(2131363061);
if (appBarLayout != null) {
i = 2131363065;
TextView textView = (TextView) view.findViewById(2131363065);
if (textView != null) {
i = 2131363068;
ImageView imageView = (ImageView) view.findViewById(2131363068);
if (imageView != null) {
i = 2131363069;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131363069);
if (constraintLayout != null) {
i = 2131363070;
View findViewById = view.findViewById(2131363070);
if (findViewById != null) {
i = 2131363071;
Barrier barrier = (Barrier) view.findViewById(2131363071);
if (barrier != null) {
i = 2131363072;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131363072);
if (recyclerView2 != null) {
CoordinatorLayout coordinatorLayout = (CoordinatorLayout) view;
i = 2131363074;
ImageView imageView2 = (ImageView) view.findViewById(2131363074);
if (imageView2 != null) {
i = 2131363075;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131363075);
if (frameLayout != null) {
i = 2131363076;
ImageView imageView3 = (ImageView) view.findViewById(2131363076);
if (imageView3 != null) {
i = 2131363077;
TextInputEditText textInputEditText = (TextInputEditText) view.findViewById(2131363077);
if (textInputEditText != null) {
i = 2131363081;
Toolbar toolbar = (Toolbar) view.findViewById(2131363081);
if (toolbar != null) {
return new WidgetEmojiPickerBinding(coordinatorLayout, recyclerView, appViewFlipper, appBarLayout, textView, imageView, constraintLayout, findViewById, barrier, recyclerView2, coordinatorLayout, imageView2, frameLayout, imageView3, textInputEditText, toolbar);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}