discord-jadx/app/src/main/java/c/a/i/u4.java

58 lines
2.4 KiB
Java

package c.a.i;
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.R;
import com.discord.widgets.botuikit.views.ActionRowComponentView;
import com.google.android.flexbox.FlexboxLayout;
/* compiled from: WidgetChatListBotUiActionRowComponentBinding */
public final class u4 implements ViewBinding {
@NonNull
public final ActionRowComponentView a;
@NonNull
public final FlexboxLayout b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final h2 f171c;
public u4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull h2 h2Var) {
this.a = actionRowComponentView;
this.b = flexboxLayout;
this.f171c = h2Var;
}
@NonNull
public static u4 a(@NonNull View view) {
int i = R.id.action_row_component_view_group;
FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.action_row_component_view_group);
if (flexboxLayout != null) {
i = R.id.action_row_component_view_group_error_row;
View findViewById = view.findViewById(R.id.action_row_component_view_group_error_row);
if (findViewById != null) {
int i2 = R.id.view_interaction_failed_label_icon;
ImageView imageView = (ImageView) findViewById.findViewById(R.id.view_interaction_failed_label_icon);
if (imageView != null) {
i2 = R.id.view_interaction_failed_label_message;
TextView textView = (TextView) findViewById.findViewById(R.id.view_interaction_failed_label_message);
if (textView != null) {
return new u4((ActionRowComponentView) view, flexboxLayout, new h2((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;
}
}