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

193 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 */
public final FrameLayout f1663c;
@NonNull
public final ImageView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
@NonNull
public final ImageView g;
@NonNull
public final TextView h;
@NonNull
public final ImageView i;
@NonNull
public final ImageView j;
@NonNull
public final LinearLayout k;
@NonNull
public final Button l;
@NonNull
public final NumericBadgingView m;
@NonNull
public final ImageView n;
@NonNull
public final ImageView o;
@NonNull
public final TextView p;
@NonNull
public final CardView q;
@NonNull
public final MaterialTextView r;
@NonNull
/* renamed from: s reason: collision with root package name */
public final ImageView f1664s;
@NonNull
public final TextView t;
@NonNull
public final VolumeSliderView u;
@NonNull
public final ImageView v;
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 TextView textView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull LinearLayout linearLayout, @NonNull Button button, @NonNull NumericBadgingView numericBadgingView, @NonNull ImageView imageView6, @NonNull ImageView imageView7, @NonNull TextView textView4, @NonNull CardView cardView, @NonNull MaterialTextView materialTextView, @NonNull ImageView imageView8, @NonNull TextView textView5, @NonNull VolumeSliderView volumeSliderView, @NonNull ImageView imageView9) {
this.a = view;
this.b = imageView;
this.f1663c = frameLayout;
this.d = imageView2;
this.e = textView;
this.f = textView2;
this.g = imageView3;
this.h = textView3;
this.i = imageView4;
this.j = imageView5;
this.k = linearLayout;
this.l = button;
this.m = numericBadgingView;
this.n = imageView6;
this.o = imageView7;
this.p = textView4;
this.q = cardView;
this.r = materialTextView;
this.f1664s = imageView8;
this.t = textView5;
this.u = volumeSliderView;
this.v = imageView9;
}
@NonNull
public static VoiceControlsSheetViewBinding a(@NonNull LayoutInflater layoutInflater, @NonNull ViewGroup viewGroup) {
layoutInflater.inflate(2131558828, viewGroup);
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) {
i = 2131362834;
TextView textView2 = (TextView) viewGroup.findViewById(2131362834);
if (textView2 != null) {
i = 2131362908;
ImageView imageView3 = (ImageView) viewGroup.findViewById(2131362908);
if (imageView3 != null) {
i = 2131363500;
View findViewById = viewGroup.findViewById(2131363500);
if (findViewById != null) {
i = 2131363628;
TextView textView3 = (TextView) viewGroup.findViewById(2131363628);
if (textView3 != null) {
i = 2131363958;
ImageView imageView4 = (ImageView) viewGroup.findViewById(2131363958);
if (imageView4 != null) {
i = 2131363983;
ImageView imageView5 = (ImageView) viewGroup.findViewById(2131363983);
if (imageView5 != null) {
i = 2131364186;
LinearLayout linearLayout = (LinearLayout) viewGroup.findViewById(2131364186);
if (linearLayout != null) {
i = 2131364381;
Button button = (Button) viewGroup.findViewById(2131364381);
if (button != null) {
i = 2131364385;
NumericBadgingView numericBadgingView = (NumericBadgingView) viewGroup.findViewById(2131364385);
if (numericBadgingView != null) {
i = 2131364386;
ImageView imageView6 = (ImageView) viewGroup.findViewById(2131364386);
if (imageView6 != null) {
i = 2131364514;
ImageView imageView7 = (ImageView) viewGroup.findViewById(2131364514);
if (imageView7 != null) {
i = 2131364517;
TextView textView4 = (TextView) viewGroup.findViewById(2131364517);
if (textView4 != null) {
i = 2131364556;
CardView cardView = (CardView) viewGroup.findViewById(2131364556);
if (cardView != null) {
i = 2131364995;
MaterialTextView materialTextView = (MaterialTextView) viewGroup.findViewById(2131364995);
if (materialTextView != null) {
i = 2131365118;
ImageView imageView8 = (ImageView) viewGroup.findViewById(2131365118);
if (imageView8 != null) {
i = 2131365123;
TextView textView5 = (TextView) viewGroup.findViewById(2131365123);
if (textView5 != null) {
i = 2131365124;
VolumeSliderView volumeSliderView = (VolumeSliderView) viewGroup.findViewById(2131365124);
if (volumeSliderView != null) {
i = 2131365481;
ImageView imageView9 = (ImageView) viewGroup.findViewById(2131365481);
if (imageView9 != null) {
return new VoiceControlsSheetViewBinding(viewGroup, imageView, frameLayout, imageView2, textView, textView2, imageView3, findViewById, textView3, imageView4, imageView5, linearLayout, button, numericBadgingView, imageView6, imageView7, textView4, cardView, materialTextView, imageView8, textView5, volumeSliderView, imageView9);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(viewGroup.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}