package com.discord.databinding; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.views.user.UserAvatarPresenceView; public final class TabsHostBottomNavigationViewBinding implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final ConstraintLayout f1637c; @NonNull public final TextView d; @NonNull public final ImageView e; @NonNull public final ConstraintLayout f; @NonNull public final TextView g; @NonNull public final ImageView h; @NonNull public final FrameLayout i; @NonNull public final ImageView j; @NonNull public final FrameLayout k; @NonNull public final ImageView l; @NonNull public final FrameLayout m; @NonNull public final LinearLayout n; @NonNull public final UserAvatarPresenceView o; @NonNull public final FrameLayout p; public TabsHostBottomNavigationViewBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView4, @NonNull FrameLayout frameLayout2, @NonNull ImageView imageView5, @NonNull FrameLayout frameLayout3, @NonNull LinearLayout linearLayout2, @NonNull UserAvatarPresenceView userAvatarPresenceView, @NonNull FrameLayout frameLayout4) { this.a = linearLayout; this.b = imageView; this.f1637c = constraintLayout; this.d = textView; this.e = imageView2; this.f = constraintLayout2; this.g = textView2; this.h = imageView3; this.i = frameLayout; this.j = imageView4; this.k = frameLayout2; this.l = imageView5; this.m = frameLayout3; this.n = linearLayout2; this.o = userAvatarPresenceView; this.p = frameLayout4; } @NonNull public static TabsHostBottomNavigationViewBinding a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(2131558682, viewGroup, false); if (z2) { viewGroup.addView(inflate); } int i = 2131365282; ImageView imageView = (ImageView) inflate.findViewById(2131365282); if (imageView != null) { i = 2131365283; ConstraintLayout constraintLayout = (ConstraintLayout) inflate.findViewById(2131365283); if (constraintLayout != null) { i = 2131365284; TextView textView = (TextView) inflate.findViewById(2131365284); if (textView != null) { i = 2131365285; ImageView imageView2 = (ImageView) inflate.findViewById(2131365285); if (imageView2 != null) { i = 2131365286; ConstraintLayout constraintLayout2 = (ConstraintLayout) inflate.findViewById(2131365286); if (constraintLayout2 != null) { i = 2131365287; TextView textView2 = (TextView) inflate.findViewById(2131365287); if (textView2 != null) { i = 2131365288; ImageView imageView3 = (ImageView) inflate.findViewById(2131365288); if (imageView3 != null) { i = 2131365289; FrameLayout frameLayout = (FrameLayout) inflate.findViewById(2131365289); if (frameLayout != null) { i = 2131365290; ImageView imageView4 = (ImageView) inflate.findViewById(2131365290); if (imageView4 != null) { i = 2131365291; FrameLayout frameLayout2 = (FrameLayout) inflate.findViewById(2131365291); if (frameLayout2 != null) { i = 2131365292; ImageView imageView5 = (ImageView) inflate.findViewById(2131365292); if (imageView5 != null) { i = 2131365293; FrameLayout frameLayout3 = (FrameLayout) inflate.findViewById(2131365293); if (frameLayout3 != null) { i = 2131365294; LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131365294); if (linearLayout != null) { i = 2131365295; UserAvatarPresenceView userAvatarPresenceView = (UserAvatarPresenceView) inflate.findViewById(2131365295); if (userAvatarPresenceView != null) { i = 2131365296; FrameLayout frameLayout4 = (FrameLayout) inflate.findViewById(2131365296); if (frameLayout4 != null) { return new TabsHostBottomNavigationViewBinding((LinearLayout) inflate, imageView, constraintLayout, textView, imageView2, constraintLayout2, textView2, imageView3, frameLayout, imageView4, frameLayout2, imageView5, frameLayout3, linearLayout, userAvatarPresenceView, frameLayout4); } } } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }