package com.discord.databinding; import android.view.View; 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.core.widget.ContentLoadingProgressBar; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.widgets.roles.RolesListView; import com.discord.widgets.stage.usersheet.UserProfileStageActionsView; import com.discord.widgets.user.profile.UserProfileAdminView; import com.discord.widgets.user.profile.UserProfileConnectionsView; import com.discord.widgets.user.profile.UserProfileHeaderView; import com.discord.widgets.user.usersheet.UserProfileVoiceSettingsView; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputEditText; import com.google.android.material.textfield.TextInputLayout; public final class WidgetUserSheetBinding implements ViewBinding { @NonNull public final Button A; @NonNull public final LinearLayout B; @NonNull public final View C; @NonNull public final UserProfileHeaderView D; @NonNull public final CardView E; @NonNull public final UserProfileStageActionsView F; @NonNull public final TextView G; @NonNull public final UserProfileVoiceSettingsView H; @NonNull public final RolesListView I; @NonNull public final Button J; @NonNull public final CardView K; @NonNull public final NestedScrollView a; @NonNull public final CardView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1998c; @NonNull public final LinkifiedTextView d; @NonNull public final ContentLoadingProgressBar e; @NonNull public final FrameLayout f; @NonNull public final Button g; @NonNull public final CardView h; @NonNull public final UserProfileAdminView i; @NonNull public final Button j; @NonNull public final TextView k; @NonNull public final UserProfileConnectionsView l; @NonNull public final TextView m; @NonNull public final TextView n; @NonNull public final MaterialButton o; @NonNull public final MaterialButton p; @NonNull public final LinearLayout q; @NonNull public final LinearLayout r; @NonNull /* renamed from: s reason: collision with root package name */ public final TextView f1999s; @NonNull public final TextView t; @NonNull public final FrameLayout u; @NonNull public final Button v; @NonNull public final ImageView w; @NonNull /* renamed from: x reason: collision with root package name */ public final TextView f2000x; @NonNull /* renamed from: y reason: collision with root package name */ public final TextInputEditText f2001y; @NonNull /* renamed from: z reason: collision with root package name */ public final TextInputLayout f2002z; public WidgetUserSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CardView cardView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ContentLoadingProgressBar contentLoadingProgressBar, @NonNull FrameLayout frameLayout, @NonNull Button button, @NonNull CardView cardView2, @NonNull UserProfileAdminView userProfileAdminView, @NonNull Button button2, @NonNull TextView textView2, @NonNull UserProfileConnectionsView userProfileConnectionsView, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull FrameLayout frameLayout2, @NonNull Button button3, @NonNull ImageView imageView, @NonNull TextView textView7, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull Button button4, @NonNull LinearLayout linearLayout4, @NonNull View view, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull CardView cardView3, @NonNull UserProfileStageActionsView userProfileStageActionsView, @NonNull TextView textView8, @NonNull UserProfileVoiceSettingsView userProfileVoiceSettingsView, @NonNull RolesListView rolesListView, @NonNull Button button5, @NonNull CardView cardView4) { this.a = nestedScrollView; this.b = cardView; this.f1998c = textView; this.d = linkifiedTextView; this.e = contentLoadingProgressBar; this.f = frameLayout; this.g = button; this.h = cardView2; this.i = userProfileAdminView; this.j = button2; this.k = textView2; this.l = userProfileConnectionsView; this.m = textView3; this.n = textView4; this.o = materialButton; this.p = materialButton2; this.q = linearLayout2; this.r = linearLayout3; this.f1999s = textView5; this.t = textView6; this.u = frameLayout2; this.v = button3; this.w = imageView; this.f2000x = textView7; this.f2001y = textInputEditText; this.f2002z = textInputLayout; this.A = button4; this.B = linearLayout4; this.C = view; this.D = userProfileHeaderView; this.E = cardView3; this.F = userProfileStageActionsView; this.G = textView8; this.H = userProfileVoiceSettingsView; this.I = rolesListView; this.J = button5; this.K = cardView4; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }