discord-jadx/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting$bindi...

109 lines
7.4 KiB
Java

package com.discord.widgets.settings.premium;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetSettingsGiftingBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.premium.GiftSelectView;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsGifting.kt */
public final /* synthetic */ class WidgetSettingsGifting$binding$2 extends k implements Function1<View, WidgetSettingsGiftingBinding> {
public static final WidgetSettingsGifting$binding$2 INSTANCE = new WidgetSettingsGifting$binding$2();
public WidgetSettingsGifting$binding$2() {
super(1, WidgetSettingsGiftingBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsGiftingBinding;", 0);
}
public final WidgetSettingsGiftingBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131363367;
GiftSelectView giftSelectView = (GiftSelectView) view.findViewById(2131363367);
if (giftSelectView != null) {
i = 2131363368;
GiftSelectView giftSelectView2 = (GiftSelectView) view.findViewById(2131363368);
if (giftSelectView2 != null) {
i = 2131363369;
GiftSelectView giftSelectView3 = (GiftSelectView) view.findViewById(2131363369);
if (giftSelectView3 != null) {
i = 2131363370;
GiftSelectView giftSelectView4 = (GiftSelectView) view.findViewById(2131363370);
if (giftSelectView4 != null) {
i = 2131364411;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131364411);
if (linkifiedTextView != null) {
i = 2131364413;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) view.findViewById(2131364413);
if (linkifiedTextView2 != null) {
i = 2131364942;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131364942);
if (appViewFlipper != null) {
i = 2131364943;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131364943);
if (progressBar != null) {
i = 2131364944;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364944);
if (textInputLayout != null) {
i = 2131364945;
TextView textView = (TextView) view.findViewById(2131364945);
if (textView != null) {
i = 2131364946;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364946);
if (recyclerView != null) {
i = 2131364947;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364947);
if (linearLayout != null) {
i = 2131364948;
TextView textView2 = (TextView) view.findViewById(2131364948);
if (textView2 != null) {
i = 2131364949;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364949);
if (materialButton != null) {
i = 2131364950;
TextView textView3 = (TextView) view.findViewById(2131364950);
if (textView3 != null) {
i = 2131364951;
TextView textView4 = (TextView) view.findViewById(2131364951);
if (textView4 != null) {
i = 2131364952;
TextView textView5 = (TextView) view.findViewById(2131364952);
if (textView5 != null) {
i = 2131364953;
RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131364953);
if (recyclerView2 != null) {
return new WidgetSettingsGiftingBinding((CoordinatorLayout) view, dimmerView, giftSelectView, giftSelectView2, giftSelectView3, giftSelectView4, linkifiedTextView, linkifiedTextView2, appViewFlipper, progressBar, textInputLayout, textView, recyclerView, linearLayout, textView2, materialButton, textView3, textView4, textView5, recyclerView2);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}