discord-jadx/app/src/main/java/com/discord/views/discovery/DiscoveryStageCardBodyView....

71 lines
3.6 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.views.discovery;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
2021-07-03 23:36:06 +00:00
import c.a.i.w1;
2021-06-27 20:44:35 +00:00
import com.discord.utilities.locale.LocaleManager;
import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView;
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.m;
import java.text.NumberFormat;
/* compiled from: DiscoveryStageCardBodyView.kt */
public final class DiscoveryStageCardBodyView extends ConstraintLayout {
2021-07-03 23:36:06 +00:00
public final w1 i;
2021-06-27 20:44:35 +00:00
public final NumberFormat j;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public DiscoveryStageCardBodyView(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
m.checkNotNullParameter(context, "context");
LayoutInflater.from(context).inflate(2131558742, this);
2021-07-03 23:36:06 +00:00
int i = 2131365050;
LinearLayout linearLayout = (LinearLayout) findViewById(2131365050);
2021-06-27 20:44:35 +00:00
if (linearLayout != null) {
2021-07-03 23:36:06 +00:00
i = 2131365051;
TextView textView = (TextView) findViewById(2131365051);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365052;
Barrier barrier = (Barrier) findViewById(2131365052);
2021-06-27 20:44:35 +00:00
if (barrier != null) {
2021-07-03 23:36:06 +00:00
i = 2131365053;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131365053);
2021-06-27 20:44:35 +00:00
if (simpleDraweeView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365054;
TextView textView2 = (TextView) findViewById(2131365054);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
2021-07-03 23:36:06 +00:00
i = 2131365055;
FrameLayout frameLayout = (FrameLayout) findViewById(2131365055);
2021-06-27 20:44:35 +00:00
if (frameLayout != null) {
2021-07-03 23:36:06 +00:00
i = 2131365056;
TextView textView3 = (TextView) findViewById(2131365056);
2021-06-27 20:44:35 +00:00
if (textView3 != null) {
2021-07-03 23:36:06 +00:00
i = 2131365057;
DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView = (DiscoveryStageCardSpeakersView) findViewById(2131365057);
2021-06-27 20:44:35 +00:00
if (discoveryStageCardSpeakersView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365058;
TextView textView4 = (TextView) findViewById(2131365058);
2021-06-27 20:44:35 +00:00
if (textView4 != null) {
2021-07-03 23:36:06 +00:00
w1 w1Var = new w1(this, linearLayout, textView, barrier, simpleDraweeView, textView2, frameLayout, textView3, discoveryStageCardSpeakersView, textView4);
m.checkNotNullExpressionValue(w1Var, "ViewDiscoveryStageCardBo…ater.from(context), this)");
this.i = w1Var;
2021-06-27 20:44:35 +00:00
this.j = NumberFormat.getNumberInstance(new LocaleManager().getPrimaryLocale(context));
return;
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i)));
}
}