discord-jadx/app/src/main/java/com/discord/widgets/servers/premiumguild/WidgetPremiumGuildSubscript...

129 lines
9.9 KiB
Java

package com.discord.widgets.servers.premiumguild;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import c.a.i.m2;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetServerBoostStatusBinding;
import com.discord.utilities.simple_pager.SimplePager;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.premiumguild.PremiumGuildSubscriptionUpsellView;
import com.discord.views.premiumguild.PremiumSubscriptionMarketingView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetPremiumGuildSubscription.kt */
public final /* synthetic */ class WidgetPremiumGuildSubscription$binding$2 extends k implements Function1<View, WidgetServerBoostStatusBinding> {
public static final WidgetPremiumGuildSubscription$binding$2 INSTANCE = new WidgetPremiumGuildSubscription$binding$2();
public WidgetPremiumGuildSubscription$binding$2() {
super(1, WidgetServerBoostStatusBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerBoostStatusBinding;", 0);
}
public final WidgetServerBoostStatusBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362154;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362154);
if (appViewFlipper != null) {
i = 2131362155;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362155);
if (linkifiedTextView != null) {
i = 2131362156;
TextView textView = (TextView) view.findViewById(2131362156);
if (textView != null) {
i = 2131362157;
PremiumSubscriptionMarketingView premiumSubscriptionMarketingView = (PremiumSubscriptionMarketingView) view.findViewById(2131362157);
if (premiumSubscriptionMarketingView != null) {
i = 2131362158;
PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView = (PremiumGuildSubscriptionUpsellView) view.findViewById(2131362158);
if (premiumGuildSubscriptionUpsellView != null) {
i = 2131362159;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) view.findViewById(2131362159);
if (linkifiedTextView2 != null) {
i = 2131362160;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362160);
if (materialButton != null) {
i = 2131362161;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362161);
if (materialButton2 != null) {
i = 2131362162;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131362162);
if (materialButton3 != null) {
i = 2131362163;
SimplePager simplePager = (SimplePager) view.findViewById(2131362163);
if (simplePager != null) {
i = 2131364453;
View findViewById = view.findViewById(2131364453);
if (findViewById != null) {
int i2 = 2131362137;
ProgressBar progressBar = (ProgressBar) findViewById.findViewById(2131362137);
if (progressBar != null) {
i2 = 2131362138;
FrameLayout frameLayout = (FrameLayout) findViewById.findViewById(2131362138);
if (frameLayout != null) {
i2 = 2131362139;
ImageView imageView = (ImageView) findViewById.findViewById(2131362139);
if (imageView != null) {
i2 = 2131362140;
LinearLayout linearLayout = (LinearLayout) findViewById.findViewById(2131362140);
if (linearLayout != null) {
i2 = 2131362141;
ImageView imageView2 = (ImageView) findViewById.findViewById(2131362141);
if (imageView2 != null) {
i2 = 2131362142;
TextView textView2 = (TextView) findViewById.findViewById(2131362142);
if (textView2 != null) {
i2 = 2131362143;
LinearLayout linearLayout2 = (LinearLayout) findViewById.findViewById(2131362143);
if (linearLayout2 != null) {
i2 = 2131362144;
ImageView imageView3 = (ImageView) findViewById.findViewById(2131362144);
if (imageView3 != null) {
i2 = 2131362145;
TextView textView3 = (TextView) findViewById.findViewById(2131362145);
if (textView3 != null) {
i2 = 2131362146;
LinearLayout linearLayout3 = (LinearLayout) findViewById.findViewById(2131362146);
if (linearLayout3 != null) {
i2 = 2131362147;
ImageView imageView4 = (ImageView) findViewById.findViewById(2131362147);
if (imageView4 != null) {
i2 = 2131362148;
TextView textView4 = (TextView) findViewById.findViewById(2131362148);
if (textView4 != null) {
return new WidgetServerBoostStatusBinding((CoordinatorLayout) view, appViewFlipper, linkifiedTextView, textView, premiumSubscriptionMarketingView, premiumGuildSubscriptionUpsellView, linkifiedTextView2, materialButton, materialButton2, materialButton3, simplePager, new m2((ConstraintLayout) findViewById, progressBar, frameLayout, imageView, linearLayout, imageView2, textView2, linearLayout2, imageView3, textView3, linearLayout3, imageView4, textView4));
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2)));
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}