discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettings$binding$2.java

159 lines
14 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetSettingsBinding;
import com.discord.views.StatusView;
import com.discord.widgets.user.profile.UserProfileHeaderView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettings.kt */
public final /* synthetic */ class WidgetSettings$binding$2 extends k implements Function1<View, WidgetSettingsBinding> {
public static final WidgetSettings$binding$2 INSTANCE = new WidgetSettings$binding$2();
public WidgetSettings$binding$2() {
super(1, WidgetSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsBinding;", 0);
}
public final WidgetSettingsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361822;
TextView textView = (TextView) view.findViewById(2131361822);
if (textView != null) {
i = 2131361859;
TextView textView2 = (TextView) view.findViewById(2131361859);
if (textView2 != null) {
i = 2131361861;
TextView textView3 = (TextView) view.findViewById(2131361861);
if (textView3 != null) {
i = 2131361899;
TextView textView4 = (TextView) view.findViewById(2131361899);
if (textView4 != null) {
i = 2131361968;
TextView textView5 = (TextView) view.findViewById(2131361968);
if (textView5 != null) {
i = 2131361969;
TextView textView6 = (TextView) view.findViewById(2131361969);
if (textView6 != null) {
i = 2131361974;
TextView textView7 = (TextView) view.findViewById(2131361974);
if (textView7 != null) {
i = 2131362063;
TextView textView8 = (TextView) view.findViewById(2131362063);
if (textView8 != null) {
i = 2131362096;
TextView textView9 = (TextView) view.findViewById(2131362096);
if (textView9 != null) {
i = 2131362251;
TextView textView10 = (TextView) view.findViewById(2131362251);
if (textView10 != null) {
i = 2131362686;
TextView textView11 = (TextView) view.findViewById(2131362686);
if (textView11 != null) {
i = 2131362854;
TextView textView12 = (TextView) view.findViewById(2131362854);
if (textView12 != null) {
i = 2131362855;
View findViewById = view.findViewById(2131362855);
if (findViewById != null) {
i = 2131362856;
TextView textView13 = (TextView) view.findViewById(2131362856);
if (textView13 != null) {
i = 2131363733;
TextView textView14 = (TextView) view.findViewById(2131363733);
if (textView14 != null) {
i = 2131364008;
TextView textView15 = (TextView) view.findViewById(2131364008);
if (textView15 != null) {
i = 2131364009;
TextView textView16 = (TextView) view.findViewById(2131364009);
if (textView16 != null) {
i = 2131364010;
TextView textView17 = (TextView) view.findViewById(2131364010);
if (textView17 != null) {
i = 2131364011;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364011);
if (linearLayout != null) {
i = 2131364044;
TextView textView18 = (TextView) view.findViewById(2131364044);
if (textView18 != null) {
i = 2131364336;
TextView textView19 = (TextView) view.findViewById(2131364336);
if (textView19 != null) {
i = 2131364385;
TextView textView20 = (TextView) view.findViewById(2131364385);
if (textView20 != null) {
i = 2131364724;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364724);
if (linearLayout2 != null) {
i = 2131364806;
TextView textView21 = (TextView) view.findViewById(2131364806);
if (textView21 != null) {
i = 2131364853;
TextView textView22 = (TextView) view.findViewById(2131364853);
if (textView22 != null) {
i = 2131364862;
TextView textView23 = (TextView) view.findViewById(2131364862);
if (textView23 != null) {
i = 2131364884;
StatusView statusView = (StatusView) view.findViewById(2131364884);
if (statusView != null) {
i = 2131365151;
TextView textView24 = (TextView) view.findViewById(2131365151);
if (textView24 != null) {
i = 2131365215;
TextView textView25 = (TextView) view.findViewById(2131365215);
if (textView25 != null) {
i = 2131365352;
TextView textView26 = (TextView) view.findViewById(2131365352);
if (textView26 != null) {
i = 2131365418;
TextView textView27 = (TextView) view.findViewById(2131365418);
if (textView27 != null) {
i = 2131365420;
UserProfileHeaderView userProfileHeaderView = (UserProfileHeaderView) view.findViewById(2131365420);
if (userProfileHeaderView != null) {
i = 2131365521;
TextView textView28 = (TextView) view.findViewById(2131365521);
if (textView28 != null) {
return new WidgetSettingsBinding((CoordinatorLayout) view, textView, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, textView11, textView12, findViewById, textView13, textView14, textView15, textView16, textView17, linearLayout, textView18, textView19, textView20, linearLayout2, textView21, textView22, textView23, statusView, textView24, textView25, textView26, textView27, userProfileHeaderView, textView28);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}