discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize$bindi...

110 lines
7.6 KiB
Java

package com.discord.widgets.auth;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetOauthAuthorizeBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.card.MaterialCardView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetOauth2Authorize.kt */
public final /* synthetic */ class WidgetOauth2Authorize$binding$2 extends k implements Function1<View, WidgetOauthAuthorizeBinding> {
public static final WidgetOauth2Authorize$binding$2 INSTANCE = new WidgetOauth2Authorize$binding$2();
public WidgetOauth2Authorize$binding$2() {
super(1, WidgetOauthAuthorizeBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetOauthAuthorizeBinding;", 0);
}
public final WidgetOauthAuthorizeBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364172;
TextView textView = (TextView) view.findViewById(2131364172);
if (textView != null) {
i = 2131364173;
ImageView imageView = (ImageView) view.findViewById(2131364173);
if (imageView != null) {
i = 2131364174;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364174);
if (simpleDraweeView != null) {
i = 2131364175;
TextView textView2 = (TextView) view.findViewById(2131364175);
if (textView2 != null) {
i = 2131364176;
MaterialCardView materialCardView = (MaterialCardView) view.findViewById(2131364176);
if (materialCardView != null) {
i = 2131364177;
TextView textView3 = (TextView) view.findViewById(2131364177);
if (textView3 != null) {
i = 2131364178;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364178);
if (linearLayout != null) {
i = 2131364179;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364179);
if (materialButton != null) {
i = 2131364180;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131364180);
if (materialButton2 != null) {
i = 2131364181;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364181);
if (linearLayout2 != null) {
i = 2131364182;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131364182);
if (materialButton3 != null) {
i = 2131364183;
ImageView imageView2 = (ImageView) view.findViewById(2131364183);
if (imageView2 != null) {
i = 2131364184;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131364184);
if (linearLayout3 != null) {
i = 2131364185;
TextView textView4 = (TextView) view.findViewById(2131364185);
if (textView4 != null) {
i = 2131364186;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364186);
if (recyclerView != null) {
i = 2131364187;
TextView textView5 = (TextView) view.findViewById(2131364187);
if (textView5 != null) {
i = 2131364188;
ImageView imageView3 = (ImageView) view.findViewById(2131364188);
if (imageView3 != null) {
i = 2131364189;
MaterialButton materialButton4 = (MaterialButton) view.findViewById(2131364189);
if (materialButton4 != null) {
i = 2131364190;
MaterialButton materialButton5 = (MaterialButton) view.findViewById(2131364190);
if (materialButton5 != null) {
i = 2131364191;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131364191);
if (simpleDraweeView2 != null) {
return new WidgetOauthAuthorizeBinding((CoordinatorLayout) view, textView, imageView, simpleDraweeView, textView2, materialCardView, textView3, linearLayout, materialButton, materialButton2, linearLayout2, materialButton3, imageView2, linearLayout3, textView4, recyclerView, textView5, imageView3, materialButton4, materialButton5, simpleDraweeView2);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}