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 f1648c; @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.f1648c = 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(2131558732, viewGroup); int i = 2131363734; MaterialButton materialButton = (MaterialButton) viewGroup.findViewById(2131363734); if (materialButton != null) { i = 2131363735; TextView textView = (TextView) viewGroup.findViewById(2131363735); if (textView != null) { i = 2131363736; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) viewGroup.findViewById(2131363736); if (simpleDraweeView != null) { i = 2131363737; SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) viewGroup.findViewById(2131363737); if (simpleDraweeView2 != null) { i = 2131363738; Barrier barrier = (Barrier) viewGroup.findViewById(2131363738); if (barrier != null) { i = 2131363739; SimpleDraweeView simpleDraweeView3 = (SimpleDraweeView) viewGroup.findViewById(2131363739); if (simpleDraweeView3 != null) { i = 2131363740; TextView textView2 = (TextView) viewGroup.findViewById(2131363740); if (textView2 != null) { i = 2131363741; RecyclerView recyclerView = (RecyclerView) viewGroup.findViewById(2131363741); if (recyclerView != null) { i = 2131363742; TextView textView3 = (TextView) viewGroup.findViewById(2131363742); 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; } }