discord-jadx/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearch$binding$...

56 lines
2.8 KiB
Java

package com.discord.widgets.user.search;
import android.view.View;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGlobalSearchBinding;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGlobalSearch.kt */
public final /* synthetic */ class WidgetGlobalSearch$binding$2 extends k implements Function1<View, WidgetGlobalSearchBinding> {
public static final WidgetGlobalSearch$binding$2 INSTANCE = new WidgetGlobalSearch$binding$2();
public WidgetGlobalSearch$binding$2() {
super(1, WidgetGlobalSearchBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGlobalSearchBinding;", 0);
}
public final WidgetGlobalSearchBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363377;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363377);
if (materialButton != null) {
i = 2131363378;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363378);
if (textInputLayout != null) {
i = 2131363379;
TextInputEditText textInputEditText = (TextInputEditText) view.findViewById(2131363379);
if (textInputEditText != null) {
i = 2131363380;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363380);
if (recyclerView != null) {
i = 2131363381;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363381);
if (materialButton2 != null) {
i = 2131363382;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131363382);
if (recyclerView2 != null) {
i = 2131363383;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363383);
if (appViewFlipper != null) {
return new WidgetGlobalSearchBinding((CoordinatorLayout) view, materialButton, textInputLayout, textInputEditText, recyclerView, materialButton2, recyclerView2, appViewFlipper);
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}