package c.a.j; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.widgets.botuikit.views.ActionRowComponentView; import com.google.android.flexbox.FlexboxLayout; /* compiled from: WidgetChatListBotUiActionRowComponentBinding */ public final class q4 implements ViewBinding { @NonNull public final ActionRowComponentView a; @NonNull public final FlexboxLayout b; @NonNull /* renamed from: c reason: collision with root package name */ public final e2 f149c; public q4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull e2 e2Var) { this.a = actionRowComponentView; this.b = flexboxLayout; this.f149c = e2Var; } @NonNull public static q4 a(@NonNull View view) { int i = 2131361888; FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131361888); if (flexboxLayout != null) { i = 2131361889; View findViewById = view.findViewById(2131361889); if (findViewById != null) { int i2 = 2131365753; ImageView imageView = (ImageView) findViewById.findViewById(2131365753); if (imageView != null) { i2 = 2131365754; TextView textView = (TextView) findViewById.findViewById(2131365754); if (textView != null) { return new q4((ActionRowComponentView) view, flexboxLayout, new e2((ConstraintLayout) findViewById, imageView, textView)); } } throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }