package c.a.i; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.cardview.widget.CardView; import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; import com.google.android.material.textfield.TextInputLayout; /* compiled from: OverlayVoiceChannelSelectorBinding */ public final class r0 implements ViewBinding { @NonNull public final CardView a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final CardView f145c; @NonNull public final TextView d; @NonNull public final TextInputLayout e; @NonNull public final RecyclerView f; public r0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { this.a = cardView; this.b = imageView; this.f145c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; } @NonNull public static r0 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(2131558613, viewGroup, false); if (z2) { viewGroup.addView(inflate); } int i = 2131362631; ImageView imageView = (ImageView) inflate.findViewById(2131362631); if (imageView != null) { CardView cardView = (CardView) inflate; i = 2131363033; TextView textView = (TextView) inflate.findViewById(2131363033); if (textView != null) { i = 2131364114; TextInputLayout textInputLayout = (TextInputLayout) inflate.findViewById(2131364114); if (textInputLayout != null) { i = 2131364433; RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364433); if (recyclerView != null) { i = 2131365201; TextView textView2 = (TextView) inflate.findViewById(2131365201); if (textView2 != null) { return new r0(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }