package c.a.i; import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.typing.TypingDots; import com.discord.widgets.botuikit.views.select.SelectComponentView; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.flexbox.FlexboxLayout; import com.google.android.material.textview.MaterialTextView; /* compiled from: WidgetChatListBotUiSelectComponentBinding */ public final class l4 implements ViewBinding { @NonNull public final SelectComponentView a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TypingDots f125c; @NonNull public final SimpleDraweeView d; @NonNull public final MaterialTextView e; @NonNull public final FlexboxLayout f; public l4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { this.a = selectComponentView; this.b = imageView; this.f125c = typingDots; this.d = simpleDraweeView; this.e = materialTextView; this.f = flexboxLayout; } @NonNull public static l4 a(@NonNull View view) { int i = 2131364565; ImageView imageView = (ImageView) view.findViewById(2131364565); if (imageView != null) { i = 2131364566; TypingDots typingDots = (TypingDots) view.findViewById(2131364566); if (typingDots != null) { i = 2131364567; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364567); if (simpleDraweeView != null) { i = 2131364568; MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131364568); if (materialTextView != null) { i = 2131364569; FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131364569); if (flexboxLayout != null) { return new l4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }