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 f1669c; @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 f1670s; @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.f1669c = 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.f1670s = 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(2131558838, viewGroup); int i = 2131361991; ImageView imageView = (ImageView) viewGroup.findViewById(2131361991); if (imageView != null) { i = 2131361992; FrameLayout frameLayout = (FrameLayout) viewGroup.findViewById(2131361992); if (frameLayout != null) { i = 2131361993; ImageView imageView2 = (ImageView) viewGroup.findViewById(2131361993); if (imageView2 != null) { i = 2131361994; TextView textView = (TextView) viewGroup.findViewById(2131361994); if (textView != null) { i = 2131362867; TextView textView2 = (TextView) viewGroup.findViewById(2131362867); if (textView2 != null) { i = 2131362946; ImageView imageView3 = (ImageView) viewGroup.findViewById(2131362946); if (imageView3 != null) { i = 2131363591; View findViewById = viewGroup.findViewById(2131363591); if (findViewById != null) { i = 2131363704; ImageView imageView4 = (ImageView) viewGroup.findViewById(2131363704); if (imageView4 != null) { i = 2131363721; TextView textView3 = (TextView) viewGroup.findViewById(2131363721); if (textView3 != null) { i = 2131364055; ImageView imageView5 = (ImageView) viewGroup.findViewById(2131364055); if (imageView5 != null) { i = 2131364080; ImageView imageView6 = (ImageView) viewGroup.findViewById(2131364080); if (imageView6 != null) { i = 2131364287; LinearLayout linearLayout = (LinearLayout) viewGroup.findViewById(2131364287); if (linearLayout != null) { i = 2131364484; Button button = (Button) viewGroup.findViewById(2131364484); if (button != null) { i = 2131364488; NumericBadgingView numericBadgingView = (NumericBadgingView) viewGroup.findViewById(2131364488); if (numericBadgingView != null) { i = 2131364489; ImageView imageView7 = (ImageView) viewGroup.findViewById(2131364489); if (imageView7 != null) { i = 2131364621; ImageView imageView8 = (ImageView) viewGroup.findViewById(2131364621); if (imageView8 != null) { i = 2131364624; TextView textView4 = (TextView) viewGroup.findViewById(2131364624); if (textView4 != null) { i = 2131364663; CardView cardView = (CardView) viewGroup.findViewById(2131364663); if (cardView != null) { i = 2131365113; MaterialTextView materialTextView = (MaterialTextView) viewGroup.findViewById(2131365113); if (materialTextView != null) { i = 2131365243; ImageView imageView9 = (ImageView) viewGroup.findViewById(2131365243); if (imageView9 != null) { i = 2131365248; TextView textView5 = (TextView) viewGroup.findViewById(2131365248); if (textView5 != null) { i = 2131365249; VolumeSliderView volumeSliderView = (VolumeSliderView) viewGroup.findViewById(2131365249); if (volumeSliderView != null) { i = 2131365637; ImageView imageView10 = (ImageView) viewGroup.findViewById(2131365637); 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; } }