discord-jadx/app/src/main/java/c/a/j/q4.java

57 lines
2.1 KiB
Java
Raw Normal View History

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