discord-jadx/app/src/main/java/com/discord/widgets/chat/overlay/WidgetChatOverlay$binding$2...

80 lines
4.5 KiB
Java

package com.discord.widgets.chat.overlay;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import c.a.i.k4;
import com.discord.databinding.WidgetChatOverlayBinding;
import com.discord.views.sticker.StickerView;
import com.discord.views.typing.TypingDots;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatOverlay.kt */
public final /* synthetic */ class WidgetChatOverlay$binding$2 extends k implements Function1<View, WidgetChatOverlayBinding> {
public static final WidgetChatOverlay$binding$2 INSTANCE = new WidgetChatOverlay$binding$2();
public WidgetChatOverlay$binding$2() {
super(1, WidgetChatOverlayBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChatOverlayBinding;", 0);
}
public final WidgetChatOverlayBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362615;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362615);
if (floatingActionButton != null) {
i = 2131362616;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131362616);
if (relativeLayout != null) {
i = 2131362617;
TypingDots typingDots = (TypingDots) view.findViewById(2131362617);
if (typingDots != null) {
i = 2131362621;
TextView textView = (TextView) view.findViewById(2131362621);
if (textView != null) {
i = 2131362622;
ImageView imageView = (ImageView) view.findViewById(2131362622);
if (imageView != null) {
i = 2131362623;
TextView textView2 = (TextView) view.findViewById(2131362623);
if (textView2 != null) {
i = 2131365241;
View findViewById = view.findViewById(2131365241);
if (findViewById != null) {
int i2 = 2131362517;
StickerView stickerView = (StickerView) findViewById.findViewById(2131362517);
if (stickerView != null) {
i2 = 2131362518;
StickerView stickerView2 = (StickerView) findViewById.findViewById(2131362518);
if (stickerView2 != null) {
i2 = 2131362519;
StickerView stickerView3 = (StickerView) findViewById.findViewById(2131362519);
if (stickerView3 != null) {
i2 = 2131362520;
StickerView stickerView4 = (StickerView) findViewById.findViewById(2131362520);
if (stickerView4 != null) {
i2 = 2131362521;
ImageView imageView2 = (ImageView) findViewById.findViewById(2131362521);
if (imageView2 != null) {
return new WidgetChatOverlayBinding((ConstraintLayout) view, floatingActionButton, relativeLayout, typingDots, textView, imageView, textView2, new k4((LinearLayout) findViewById, stickerView, stickerView2, stickerView3, stickerView4, imageView2));
}
}
}
}
}
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)));
}
}