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

89 lines
5.3 KiB
Java

package com.discord.widgets.chat.overlay;
import android.view.View;
import android.widget.FrameLayout;
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.g4;
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 = 2131362594;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362594);
if (floatingActionButton != null) {
i = 2131362595;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131362595);
if (relativeLayout != null) {
i = 2131362596;
TypingDots typingDots = (TypingDots) view.findViewById(2131362596);
if (typingDots != null) {
i = 2131362600;
TextView textView = (TextView) view.findViewById(2131362600);
if (textView != null) {
i = 2131362601;
ImageView imageView = (ImageView) view.findViewById(2131362601);
if (imageView != null) {
i = 2131362602;
TextView textView2 = (TextView) view.findViewById(2131362602);
if (textView2 != null) {
i = 2131365120;
View findViewById = view.findViewById(2131365120);
if (findViewById != null) {
int i2 = 2131362494;
StickerView stickerView = (StickerView) findViewById.findViewById(2131362494);
if (stickerView != null) {
i2 = 2131362495;
StickerView stickerView2 = (StickerView) findViewById.findViewById(2131362495);
if (stickerView2 != null) {
i2 = 2131362496;
StickerView stickerView3 = (StickerView) findViewById.findViewById(2131362496);
if (stickerView3 != null) {
i2 = 2131362497;
StickerView stickerView4 = (StickerView) findViewById.findViewById(2131362497);
if (stickerView4 != null) {
i2 = 2131362498;
FrameLayout frameLayout = (FrameLayout) findViewById.findViewById(2131362498);
if (frameLayout != null) {
i2 = 2131362499;
ImageView imageView2 = (ImageView) findViewById.findViewById(2131362499);
if (imageView2 != null) {
i2 = 2131362500;
ImageView imageView3 = (ImageView) findViewById.findViewById(2131362500);
if (imageView3 != null) {
return new WidgetChatOverlayBinding((ConstraintLayout) view, floatingActionButton, relativeLayout, typingDots, textView, imageView, textView2, new g4((LinearLayout) findViewById, stickerView, stickerView2, stickerView3, stickerView4, frameLayout, imageView2, imageView3));
}
}
}
}
}
}
}
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)));
}
}