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

121 lines
5.9 KiB
Java

package c.a.i;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.Space;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.Barrier;
import androidx.viewbinding.ViewBinding;
import com.discord.R;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
/* compiled from: WidgetUserRichPresenceBinding */
public final class z5 implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
public final LinearLayout b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f200c;
@NonNull
public final TextView d;
@NonNull
public final SimpleDraweeView e;
@NonNull
public final SimpleDraweeView f;
@NonNull
public final MaterialButton g;
@NonNull
public final MaterialButton h;
@NonNull
public final TextView i;
@NonNull
public final TextView j;
@NonNull
public final TextView k;
public z5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.b = linearLayout2;
this.f200c = textView;
this.d = textView2;
this.e = simpleDraweeView;
this.f = simpleDraweeView2;
this.g = materialButton;
this.h = materialButton2;
this.i = textView3;
this.j = textView4;
this.k = textView5;
}
@NonNull
public static z5 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) {
View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false);
if (z2) {
viewGroup.addView(inflate);
}
int i = R.id.barrier;
Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier);
if (barrier != null) {
i = R.id.image_bottom_guideline;
Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline);
if (space != null) {
i = R.id.rich_presence_container_data;
LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data);
if (linearLayout != null) {
i = R.id.rich_presence_details;
TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details);
if (textView != null) {
i = R.id.rich_presence_header;
TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header);
if (textView2 != null) {
i = R.id.rich_presence_image_large;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large);
if (simpleDraweeView != null) {
i = R.id.rich_presence_image_small;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small);
if (simpleDraweeView2 != null) {
i = R.id.rich_presence_primary_button;
MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button);
if (materialButton != null) {
i = R.id.rich_presence_secondary_button;
MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button);
if (materialButton2 != null) {
i = R.id.rich_presence_state;
TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state);
if (textView3 != null) {
i = R.id.rich_presence_time;
TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time);
if (textView4 != null) {
i = R.id.rich_presence_title;
TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title);
if (textView5 != null) {
return new z5((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5);
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}