discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet$bin...

125 lines
9.2 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.guilds.profile;
import android.view.View;
2021-07-13 20:23:20 +00:00
import android.view.ViewStub;
2021-06-27 20:44:35 +00:00
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.cardview.widget.CardView;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.core.widget.NestedScrollView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGuildProfileSheetBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildProfileSheet.kt */
public final /* synthetic */ class WidgetGuildProfileSheet$binding$2 extends k implements Function1<View, WidgetGuildProfileSheetBinding> {
public static final WidgetGuildProfileSheet$binding$2 INSTANCE = new WidgetGuildProfileSheet$binding$2();
public WidgetGuildProfileSheet$binding$2() {
super(1, WidgetGuildProfileSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildProfileSheetBinding;", 0);
}
public final WidgetGuildProfileSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
2021-07-13 20:23:20 +00:00
int i = 2131363457;
Barrier barrier = (Barrier) view.findViewById(2131363457);
if (barrier != null) {
i = 2131363459;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363459);
if (simpleDraweeView != null) {
i = 2131363460;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363460);
if (materialButton != null) {
i = 2131363464;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131363464);
if (constraintLayout != null) {
i = 2131363465;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363465);
if (linearLayout != null) {
i = 2131363466;
View findViewById = view.findViewById(2131363466);
if (findViewById != null) {
i = 2131363470;
TextView textView = (TextView) view.findViewById(2131363470);
if (textView != null) {
i = 2131363476;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363476);
if (appViewFlipper != null) {
i = 2131363477;
ImageView imageView = (ImageView) view.findViewById(2131363477);
if (imageView != null) {
i = 2131363479;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131363479);
if (simpleDraweeView2 != null) {
i = 2131363480;
CardView cardView = (CardView) view.findViewById(2131363480);
if (cardView != null) {
i = 2131363481;
TextView textView2 = (TextView) view.findViewById(2131363481);
if (textView2 != null) {
i = 2131363482;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363482);
if (materialButton2 != null) {
i = 2131363488;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131363488);
if (linearLayout2 != null) {
i = 2131363489;
TextView textView3 = (TextView) view.findViewById(2131363489);
if (textView3 != null) {
i = 2131363490;
TextView textView4 = (TextView) view.findViewById(2131363490);
if (textView4 != null) {
i = 2131363492;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131363492);
if (materialButton3 != null) {
i = 2131363493;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131363493);
if (linearLayout3 != null) {
i = 2131363494;
TextView textView5 = (TextView) view.findViewById(2131363494);
2021-06-27 20:44:35 +00:00
if (textView5 != null) {
2021-07-13 20:23:20 +00:00
i = 2131363499;
MaterialButton materialButton4 = (MaterialButton) view.findViewById(2131363499);
if (materialButton4 != null) {
i = 2131363500;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131363500);
if (linearLayout4 != null) {
2021-07-19 11:38:20 +00:00
i = 2131365741;
ViewStub viewStub = (ViewStub) view.findViewById(2131365741);
2021-07-13 20:23:20 +00:00
if (viewStub != null) {
2021-07-19 11:38:20 +00:00
i = 2131365742;
ViewStub viewStub2 = (ViewStub) view.findViewById(2131365742);
2021-07-13 20:23:20 +00:00
if (viewStub2 != null) {
return new WidgetGuildProfileSheetBinding((NestedScrollView) view, barrier, simpleDraweeView, materialButton, constraintLayout, linearLayout, findViewById, textView, appViewFlipper, imageView, simpleDraweeView2, cardView, textView2, materialButton2, linearLayout2, textView3, textView4, materialButton3, linearLayout3, textView5, materialButton4, linearLayout4, viewStub, viewStub2);
2021-06-27 20:44:35 +00:00
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}