discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetThreadOnboarding$bind...

77 lines
4.2 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.VideoView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.discord.databinding.WidgetThreadOnboardingBinding;
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: WidgetThreadOnboarding.kt */
public final /* synthetic */ class WidgetThreadOnboarding$binding$2 extends k implements Function1<View, WidgetThreadOnboardingBinding> {
public static final WidgetThreadOnboarding$binding$2 INSTANCE = new WidgetThreadOnboarding$binding$2();
public WidgetThreadOnboarding$binding$2() {
super(1, WidgetThreadOnboardingBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadOnboardingBinding;", 0);
}
public final WidgetThreadOnboardingBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365392;
ImageView imageView = (ImageView) view.findViewById(2131365392);
if (imageView != null) {
i = 2131365393;
TextView textView = (TextView) view.findViewById(2131365393);
if (textView != null) {
i = 2131365394;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131365394);
if (materialButton != null) {
i = 2131365395;
ImageView imageView2 = (ImageView) view.findViewById(2131365395);
if (imageView2 != null) {
i = 2131365396;
TextView textView2 = (TextView) view.findViewById(2131365396);
if (textView2 != null) {
i = 2131365397;
ImageView imageView3 = (ImageView) view.findViewById(2131365397);
if (imageView3 != null) {
i = 2131365398;
TextView textView3 = (TextView) view.findViewById(2131365398);
if (textView3 != null) {
i = 2131365399;
VideoView videoView = (VideoView) view.findViewById(2131365399);
if (videoView != null) {
i = 2131365400;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131365400);
if (frameLayout != null) {
i = 2131365401;
ImageView imageView4 = (ImageView) view.findViewById(2131365401);
if (imageView4 != null) {
i = 2131365402;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365402);
if (simpleDraweeView != null) {
i = 2131365403;
ImageView imageView5 = (ImageView) view.findViewById(2131365403);
if (imageView5 != null) {
return new WidgetThreadOnboardingBinding((ConstraintLayout) view, imageView, textView, materialButton, imageView2, textView2, imageView3, textView3, videoView, frameLayout, imageView4, simpleDraweeView, imageView5);
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}