discord-jadx/app/src/main/java/com/discord/databinding/ViewChatEmbedGameInviteBind...

96 lines
4.2 KiB
Java

package com.discord.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.Barrier;
import androidx.recyclerview.widget.RecyclerView;
import androidx.viewbinding.ViewBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
public final class ViewChatEmbedGameInviteBinding implements ViewBinding {
@NonNull
public final View a;
@NonNull
public final MaterialButton b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f1649c;
@NonNull
public final SimpleDraweeView d;
@NonNull
public final SimpleDraweeView e;
@NonNull
public final SimpleDraweeView f;
@NonNull
public final TextView g;
@NonNull
public final RecyclerView h;
@NonNull
public final TextView i;
public ViewChatEmbedGameInviteBinding(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView3, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull TextView textView3) {
this.a = view;
this.b = materialButton;
this.f1649c = textView;
this.d = simpleDraweeView;
this.e = simpleDraweeView2;
this.f = simpleDraweeView3;
this.g = textView2;
this.h = recyclerView;
this.i = textView3;
}
@NonNull
public static ViewChatEmbedGameInviteBinding a(@NonNull LayoutInflater layoutInflater, @NonNull ViewGroup viewGroup) {
layoutInflater.inflate(2131558734, viewGroup);
int i = 2131363742;
MaterialButton materialButton = (MaterialButton) viewGroup.findViewById(2131363742);
if (materialButton != null) {
i = 2131363743;
TextView textView = (TextView) viewGroup.findViewById(2131363743);
if (textView != null) {
i = 2131363744;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) viewGroup.findViewById(2131363744);
if (simpleDraweeView != null) {
i = 2131363745;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) viewGroup.findViewById(2131363745);
if (simpleDraweeView2 != null) {
i = 2131363746;
Barrier barrier = (Barrier) viewGroup.findViewById(2131363746);
if (barrier != null) {
i = 2131363747;
SimpleDraweeView simpleDraweeView3 = (SimpleDraweeView) viewGroup.findViewById(2131363747);
if (simpleDraweeView3 != null) {
i = 2131363748;
TextView textView2 = (TextView) viewGroup.findViewById(2131363748);
if (textView2 != null) {
i = 2131363749;
RecyclerView recyclerView = (RecyclerView) viewGroup.findViewById(2131363749);
if (recyclerView != null) {
i = 2131363750;
TextView textView3 = (TextView) viewGroup.findViewById(2131363750);
if (textView3 != null) {
return new ViewChatEmbedGameInviteBinding(viewGroup, materialButton, textView, simpleDraweeView, simpleDraweeView2, barrier, simpleDraweeView3, textView2, recyclerView, textView3);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(viewGroup.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}