discord-jadx/app/src/main/java/com/discord/databinding/VoiceControlsSheetViewBindi...

200 lines
11 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.cardview.widget.CardView;
import androidx.viewbinding.ViewBinding;
import com.discord.views.NumericBadgingView;
import com.discord.views.calls.VolumeSliderView;
import com.google.android.material.textview.MaterialTextView;
public final class VoiceControlsSheetViewBinding implements ViewBinding {
@NonNull
public final View a;
@NonNull
public final ImageView b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-03 23:36:06 +00:00
public final FrameLayout f1662c;
2021-06-27 20:44:35 +00:00
@NonNull
public final ImageView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
@NonNull
public final ImageView g;
@NonNull
2021-06-27 20:53:42 +00:00
public final ImageView h;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final TextView i;
2021-06-27 20:44:35 +00:00
@NonNull
public final ImageView j;
@NonNull
2021-06-27 20:53:42 +00:00
public final ImageView k;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final LinearLayout l;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final Button m;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final NumericBadgingView n;
2021-06-27 20:44:35 +00:00
@NonNull
public final ImageView o;
@NonNull
2021-06-27 20:53:42 +00:00
public final ImageView p;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final TextView q;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final CardView r;
2021-06-27 20:44:35 +00:00
@NonNull
/* renamed from: s reason: collision with root package name */
2021-07-03 23:36:06 +00:00
public final MaterialTextView f1663s;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final ImageView t;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final TextView u;
2021-06-27 20:44:35 +00:00
@NonNull
2021-06-27 20:53:42 +00:00
public final VolumeSliderView v;
@NonNull
public final ImageView w;
2021-06-27 20:44:35 +00:00
2021-06-27 20:53:42 +00:00
public VoiceControlsSheetViewBinding(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull View view2, @NonNull ImageView imageView4, @NonNull TextView textView3, @NonNull ImageView imageView5, @NonNull ImageView imageView6, @NonNull LinearLayout linearLayout, @NonNull Button button, @NonNull NumericBadgingView numericBadgingView, @NonNull ImageView imageView7, @NonNull ImageView imageView8, @NonNull TextView textView4, @NonNull CardView cardView, @NonNull MaterialTextView materialTextView, @NonNull ImageView imageView9, @NonNull TextView textView5, @NonNull VolumeSliderView volumeSliderView, @NonNull ImageView imageView10) {
2021-06-27 20:44:35 +00:00
this.a = view;
this.b = imageView;
2021-07-03 23:36:06 +00:00
this.f1662c = frameLayout;
2021-06-27 20:44:35 +00:00
this.d = imageView2;
this.e = textView;
this.f = textView2;
this.g = imageView3;
2021-06-27 20:53:42 +00:00
this.h = imageView4;
this.i = textView3;
2021-06-27 20:44:35 +00:00
this.j = imageView5;
2021-06-27 20:53:42 +00:00
this.k = imageView6;
this.l = linearLayout;
this.m = button;
this.n = numericBadgingView;
2021-06-27 20:44:35 +00:00
this.o = imageView7;
2021-06-27 20:53:42 +00:00
this.p = imageView8;
this.q = textView4;
this.r = cardView;
2021-07-03 23:36:06 +00:00
this.f1663s = materialTextView;
2021-06-27 20:53:42 +00:00
this.t = imageView9;
this.u = textView5;
this.v = volumeSliderView;
this.w = imageView10;
2021-06-27 20:44:35 +00:00
}
@NonNull
public static VoiceControlsSheetViewBinding a(@NonNull LayoutInflater layoutInflater, @NonNull ViewGroup viewGroup) {
2021-07-03 23:36:06 +00:00
layoutInflater.inflate(2131558831, viewGroup);
2021-06-27 20:44:35 +00:00
int i = 2131361985;
ImageView imageView = (ImageView) viewGroup.findViewById(2131361985);
if (imageView != null) {
i = 2131361986;
FrameLayout frameLayout = (FrameLayout) viewGroup.findViewById(2131361986);
if (frameLayout != null) {
i = 2131361987;
ImageView imageView2 = (ImageView) viewGroup.findViewById(2131361987);
if (imageView2 != null) {
i = 2131361988;
TextView textView = (TextView) viewGroup.findViewById(2131361988);
if (textView != null) {
2021-07-03 23:36:06 +00:00
i = 2131362859;
TextView textView2 = (TextView) viewGroup.findViewById(2131362859);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
2021-07-03 23:36:06 +00:00
i = 2131362935;
ImageView imageView3 = (ImageView) viewGroup.findViewById(2131362935);
2021-06-27 20:44:35 +00:00
if (imageView3 != null) {
2021-07-03 23:36:06 +00:00
i = 2131363543;
View findViewById = viewGroup.findViewById(2131363543);
2021-06-27 20:44:35 +00:00
if (findViewById != null) {
2021-07-03 23:36:06 +00:00
i = 2131363655;
ImageView imageView4 = (ImageView) viewGroup.findViewById(2131363655);
2021-06-27 20:53:42 +00:00
if (imageView4 != null) {
2021-07-03 23:36:06 +00:00
i = 2131363672;
TextView textView3 = (TextView) viewGroup.findViewById(2131363672);
2021-06-27 20:53:42 +00:00
if (textView3 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364001;
ImageView imageView5 = (ImageView) viewGroup.findViewById(2131364001);
2021-06-27 20:44:35 +00:00
if (imageView5 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364026;
ImageView imageView6 = (ImageView) viewGroup.findViewById(2131364026);
2021-06-27 20:53:42 +00:00
if (imageView6 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364231;
LinearLayout linearLayout = (LinearLayout) viewGroup.findViewById(2131364231);
2021-06-27 20:53:42 +00:00
if (linearLayout != null) {
2021-07-03 23:36:06 +00:00
i = 2131364422;
Button button = (Button) viewGroup.findViewById(2131364422);
2021-06-27 20:53:42 +00:00
if (button != null) {
2021-07-03 23:36:06 +00:00
i = 2131364426;
NumericBadgingView numericBadgingView = (NumericBadgingView) viewGroup.findViewById(2131364426);
2021-06-27 20:53:42 +00:00
if (numericBadgingView != null) {
2021-07-03 23:36:06 +00:00
i = 2131364427;
ImageView imageView7 = (ImageView) viewGroup.findViewById(2131364427);
2021-06-27 20:44:35 +00:00
if (imageView7 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364556;
ImageView imageView8 = (ImageView) viewGroup.findViewById(2131364556);
2021-06-27 20:53:42 +00:00
if (imageView8 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364559;
TextView textView4 = (TextView) viewGroup.findViewById(2131364559);
2021-06-27 20:53:42 +00:00
if (textView4 != null) {
2021-07-03 23:36:06 +00:00
i = 2131364598;
CardView cardView = (CardView) viewGroup.findViewById(2131364598);
2021-06-27 20:53:42 +00:00
if (cardView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365049;
MaterialTextView materialTextView = (MaterialTextView) viewGroup.findViewById(2131365049);
2021-06-27 20:53:42 +00:00
if (materialTextView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365177;
ImageView imageView9 = (ImageView) viewGroup.findViewById(2131365177);
2021-06-27 20:53:42 +00:00
if (imageView9 != null) {
2021-07-03 23:36:06 +00:00
i = 2131365182;
TextView textView5 = (TextView) viewGroup.findViewById(2131365182);
2021-06-27 20:53:42 +00:00
if (textView5 != null) {
2021-07-03 23:36:06 +00:00
i = 2131365183;
VolumeSliderView volumeSliderView = (VolumeSliderView) viewGroup.findViewById(2131365183);
2021-06-27 20:53:42 +00:00
if (volumeSliderView != null) {
2021-07-04 15:26:29 +00:00
i = 2131365548;
ImageView imageView10 = (ImageView) viewGroup.findViewById(2131365548);
2021-06-27 20:53:42 +00:00
if (imageView10 != null) {
return new VoiceControlsSheetViewBinding(viewGroup, imageView, frameLayout, imageView2, textView, textView2, imageView3, findViewById, imageView4, textView3, imageView5, imageView6, linearLayout, button, numericBadgingView, imageView7, imageView8, textView4, cardView, materialTextView, imageView9, textView5, volumeSliderView, imageView10);
}
2021-06-27 20:44:35 +00:00
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(viewGroup.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}