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

57 lines
2.1 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.i;
import android.view.View;
2021-07-03 23:36:06 +00:00
import android.widget.ImageView;
import android.widget.TextView;
2021-06-27 20:44:35 +00:00
import androidx.annotation.NonNull;
2021-07-03 23:36:06 +00:00
import androidx.constraintlayout.widget.ConstraintLayout;
2021-06-27 20:44:35 +00:00
import androidx.viewbinding.ViewBinding;
2021-07-13 20:23:20 +00:00
import com.discord.widgets.botuikit.views.ActionRowComponentView;
import com.google.android.flexbox.FlexboxLayout;
/* compiled from: WidgetChatListBotUiActionRowComponentBinding */
2021-06-27 20:44:35 +00:00
public final class m4 implements ViewBinding {
@NonNull
2021-07-13 20:23:20 +00:00
public final ActionRowComponentView a;
2021-07-03 23:36:06 +00:00
@NonNull
2021-07-13 20:23:20 +00:00
public final FlexboxLayout b;
2021-07-03 23:36:06 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-13 20:23:20 +00:00
public final b2 f128c;
2021-06-27 20:44:35 +00:00
2021-07-13 20:23:20 +00:00
public m4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull b2 b2Var) {
this.a = actionRowComponentView;
this.b = flexboxLayout;
this.f128c = b2Var;
}
@NonNull
public static m4 a(@NonNull View view) {
int i = 2131361884;
FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131361884);
if (flexboxLayout != null) {
i = 2131361885;
View findViewById = view.findViewById(2131361885);
if (findViewById != null) {
2021-07-19 11:38:20 +00:00
int i2 = 2131365627;
ImageView imageView = (ImageView) findViewById.findViewById(2131365627);
2021-07-13 20:23:20 +00:00
if (imageView != null) {
2021-07-19 11:38:20 +00:00
i2 = 2131365628;
TextView textView = (TextView) findViewById.findViewById(2131365628);
2021-07-13 20:23:20 +00:00
if (textView != null) {
return new m4((ActionRowComponentView) view, flexboxLayout, new b2((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)));
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}