package com.discord.databinding; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; import com.discord.views.NumericBadgingView; import com.discord.views.calls.VolumeSliderView; import com.google.android.material.textview.MaterialTextView; public final class VoiceControlsSheetViewBinding implements ViewBinding { @NonNull public final View a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final FrameLayout f1668c; @NonNull public final ImageView d; @NonNull public final TextView e; @NonNull public final TextView f; @NonNull public final ImageView g; @NonNull public final ImageView h; @NonNull public final TextView i; @NonNull public final ImageView j; @NonNull public final ImageView k; @NonNull public final LinearLayout l; @NonNull public final Button m; @NonNull public final NumericBadgingView n; @NonNull public final ImageView o; @NonNull public final ImageView p; @NonNull public final TextView q; @NonNull public final CardView r; @NonNull /* renamed from: s reason: collision with root package name */ public final MaterialTextView f1669s; @NonNull public final ImageView t; @NonNull public final TextView u; @NonNull public final VolumeSliderView v; @NonNull public final ImageView w; public VoiceControlsSheetViewBinding(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull View view2, @NonNull ImageView imageView4, @NonNull TextView textView3, @NonNull ImageView imageView5, @NonNull ImageView imageView6, @NonNull LinearLayout linearLayout, @NonNull Button button, @NonNull NumericBadgingView numericBadgingView, @NonNull ImageView imageView7, @NonNull ImageView imageView8, @NonNull TextView textView4, @NonNull CardView cardView, @NonNull MaterialTextView materialTextView, @NonNull ImageView imageView9, @NonNull TextView textView5, @NonNull VolumeSliderView volumeSliderView, @NonNull ImageView imageView10) { this.a = view; this.b = imageView; this.f1668c = frameLayout; this.d = imageView2; this.e = textView; this.f = textView2; this.g = imageView3; this.h = imageView4; this.i = textView3; this.j = imageView5; this.k = imageView6; this.l = linearLayout; this.m = button; this.n = numericBadgingView; this.o = imageView7; this.p = imageView8; this.q = textView4; this.r = cardView; this.f1669s = materialTextView; this.t = imageView9; this.u = textView5; this.v = volumeSliderView; this.w = imageView10; } @NonNull public static VoiceControlsSheetViewBinding a(@NonNull LayoutInflater layoutInflater, @NonNull ViewGroup viewGroup) { layoutInflater.inflate(2131558836, viewGroup); int i = 2131361987; ImageView imageView = (ImageView) viewGroup.findViewById(2131361987); if (imageView != null) { i = 2131361988; FrameLayout frameLayout = (FrameLayout) viewGroup.findViewById(2131361988); if (frameLayout != null) { i = 2131361989; ImageView imageView2 = (ImageView) viewGroup.findViewById(2131361989); if (imageView2 != null) { i = 2131361990; TextView textView = (TextView) viewGroup.findViewById(2131361990); if (textView != null) { i = 2131362869; TextView textView2 = (TextView) viewGroup.findViewById(2131362869); if (textView2 != null) { i = 2131362946; ImageView imageView3 = (ImageView) viewGroup.findViewById(2131362946); if (imageView3 != null) { i = 2131363585; View findViewById = viewGroup.findViewById(2131363585); if (findViewById != null) { i = 2131363698; ImageView imageView4 = (ImageView) viewGroup.findViewById(2131363698); if (imageView4 != null) { i = 2131363715; TextView textView3 = (TextView) viewGroup.findViewById(2131363715); if (textView3 != null) { i = 2131364047; ImageView imageView5 = (ImageView) viewGroup.findViewById(2131364047); if (imageView5 != null) { i = 2131364072; ImageView imageView6 = (ImageView) viewGroup.findViewById(2131364072); if (imageView6 != null) { i = 2131364277; LinearLayout linearLayout = (LinearLayout) viewGroup.findViewById(2131364277); if (linearLayout != null) { i = 2131364472; Button button = (Button) viewGroup.findViewById(2131364472); if (button != null) { i = 2131364476; NumericBadgingView numericBadgingView = (NumericBadgingView) viewGroup.findViewById(2131364476); if (numericBadgingView != null) { i = 2131364477; ImageView imageView7 = (ImageView) viewGroup.findViewById(2131364477); if (imageView7 != null) { i = 2131364609; ImageView imageView8 = (ImageView) viewGroup.findViewById(2131364609); if (imageView8 != null) { i = 2131364612; TextView textView4 = (TextView) viewGroup.findViewById(2131364612); if (textView4 != null) { i = 2131364651; CardView cardView = (CardView) viewGroup.findViewById(2131364651); if (cardView != null) { i = 2131365102; MaterialTextView materialTextView = (MaterialTextView) viewGroup.findViewById(2131365102); if (materialTextView != null) { i = 2131365232; ImageView imageView9 = (ImageView) viewGroup.findViewById(2131365232); if (imageView9 != null) { i = 2131365237; TextView textView5 = (TextView) viewGroup.findViewById(2131365237); if (textView5 != null) { i = 2131365238; VolumeSliderView volumeSliderView = (VolumeSliderView) viewGroup.findViewById(2131365238); if (volumeSliderView != null) { i = 2131365607; ImageView imageView10 = (ImageView) viewGroup.findViewById(2131365607); if (imageView10 != null) { return new VoiceControlsSheetViewBinding(viewGroup, imageView, frameLayout, imageView2, textView, textView2, imageView3, findViewById, imageView4, textView3, imageView5, imageView6, linearLayout, button, numericBadgingView, imageView7, imageView8, textView4, cardView, materialTextView, imageView9, textView5, volumeSliderView, imageView10); } } } } } } } } } } } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(viewGroup.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }