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

88 lines
3.7 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.databinding;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding {
@NonNull
public final NestedScrollView a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-13 20:23:20 +00:00
public final LinearLayout f1984c;
2021-06-27 20:44:35 +00:00
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
@NonNull
public final TextView g;
@NonNull
public final TextView h;
public WidgetThreadArchiveActionsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7) {
this.a = nestedScrollView;
this.b = textView;
2021-07-13 20:23:20 +00:00
this.f1984c = linearLayout;
2021-06-27 20:44:35 +00:00
this.d = textView2;
this.e = textView3;
this.f = textView4;
this.g = textView5;
this.h = textView6;
}
@NonNull
public static WidgetThreadArchiveActionsSheetBinding a(@NonNull View view) {
2021-07-13 20:23:20 +00:00
int i = 2131361979;
TextView textView = (TextView) view.findViewById(2131361979);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362074;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362074);
2021-06-27 20:44:35 +00:00
if (linearLayout != null) {
2021-07-13 20:23:20 +00:00
i = 2131362075;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362075);
2021-06-27 20:44:35 +00:00
if (linearLayout2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131364193;
TextView textView2 = (TextView) view.findViewById(2131364193);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131364194;
TextView textView3 = (TextView) view.findViewById(2131364194);
2021-06-27 20:44:35 +00:00
if (textView3 != null) {
2021-07-13 20:23:20 +00:00
i = 2131364195;
TextView textView4 = (TextView) view.findViewById(2131364195);
2021-06-27 20:44:35 +00:00
if (textView4 != null) {
2021-07-13 20:23:20 +00:00
i = 2131364196;
TextView textView5 = (TextView) view.findViewById(2131364196);
2021-06-27 20:44:35 +00:00
if (textView5 != null) {
2021-07-13 20:23:20 +00:00
i = 2131365243;
TextView textView6 = (TextView) view.findViewById(2131365243);
2021-06-27 20:44:35 +00:00
if (textView6 != null) {
2021-07-19 11:38:20 +00:00
i = 2131365412;
TextView textView7 = (TextView) view.findViewById(2131365412);
2021-06-27 20:44:35 +00:00
if (textView7 != null) {
return new WidgetThreadArchiveActionsSheetBinding((NestedScrollView) view, textView, linearLayout, linearLayout2, textView2, textView3, textView4, textView5, textView6, textView7);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}