discord-jadx/app/src/main/java/com/discord/widgets/chat/input/gifpicker/WidgetGifPickerSearch$bindi...

52 lines
2.5 KiB
Java

package com.discord.widgets.chat.input.gifpicker;
import android.view.View;
import androidx.appcompat.widget.Toolbar;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGifPickerSearchBinding;
import com.discord.views.SearchInputView;
import com.google.android.material.appbar.AppBarLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGifPickerSearch.kt */
public final /* synthetic */ class WidgetGifPickerSearch$binding$2 extends k implements Function1<View, WidgetGifPickerSearchBinding> {
public static final WidgetGifPickerSearch$binding$2 INSTANCE = new WidgetGifPickerSearch$binding$2();
public WidgetGifPickerSearch$binding$2() {
super(1, WidgetGifPickerSearchBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGifPickerSearchBinding;", 0);
}
public final WidgetGifPickerSearchBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363339;
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(2131363339);
if (appBarLayout != null) {
i = 2131363340;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363340);
if (recyclerView != null) {
i = 2131363341;
GifLoadingView gifLoadingView = (GifLoadingView) view.findViewById(2131363341);
if (gifLoadingView != null) {
i = 2131363346;
Toolbar toolbar = (Toolbar) view.findViewById(2131363346);
if (toolbar != null) {
i = 2131363347;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363347);
if (appViewFlipper != null) {
i = 2131364644;
SearchInputView searchInputView = (SearchInputView) view.findViewById(2131364644);
if (searchInputView != null) {
return new WidgetGifPickerSearchBinding((CoordinatorLayout) view, appBarLayout, recyclerView, gifLoadingView, toolbar, appViewFlipper, searchInputView);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}