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 f1638c; @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.f1638c = 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(2131558684, viewGroup, false); if (z2) { viewGroup.addView(inflate); } int i = 2131365294; ImageView imageView = (ImageView) inflate.findViewById(2131365294); if (imageView != null) { i = 2131365295; ConstraintLayout constraintLayout = (ConstraintLayout) inflate.findViewById(2131365295); if (constraintLayout != null) { i = 2131365296; TextView textView = (TextView) inflate.findViewById(2131365296); if (textView != null) { i = 2131365297; ImageView imageView2 = (ImageView) inflate.findViewById(2131365297); if (imageView2 != null) { i = 2131365298; ConstraintLayout constraintLayout2 = (ConstraintLayout) inflate.findViewById(2131365298); if (constraintLayout2 != null) { i = 2131365299; TextView textView2 = (TextView) inflate.findViewById(2131365299); if (textView2 != null) { i = 2131365300; ImageView imageView3 = (ImageView) inflate.findViewById(2131365300); if (imageView3 != null) { i = 2131365301; FrameLayout frameLayout = (FrameLayout) inflate.findViewById(2131365301); if (frameLayout != null) { i = 2131365302; ImageView imageView4 = (ImageView) inflate.findViewById(2131365302); if (imageView4 != null) { i = 2131365303; FrameLayout frameLayout2 = (FrameLayout) inflate.findViewById(2131365303); if (frameLayout2 != null) { i = 2131365304; ImageView imageView5 = (ImageView) inflate.findViewById(2131365304); if (imageView5 != null) { i = 2131365305; FrameLayout frameLayout3 = (FrameLayout) inflate.findViewById(2131365305); if (frameLayout3 != null) { i = 2131365306; LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131365306); if (linearLayout != null) { i = 2131365307; UserAvatarPresenceView userAvatarPresenceView = (UserAvatarPresenceView) inflate.findViewById(2131365307); if (userAvatarPresenceView != null) { i = 2131365308; FrameLayout frameLayout4 = (FrameLayout) inflate.findViewById(2131365308); 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; } }