discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditInt...

137 lines
11 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.core.widget.NestedScrollView;
import c.a.i.v;
import com.discord.databinding.WidgetServerSettingsEditIntegrationBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.views.CheckedSetting;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetServerSettingsEditIntegration.kt */
public final /* synthetic */ class WidgetServerSettingsEditIntegration$binding$2 extends k implements Function1<View, WidgetServerSettingsEditIntegrationBinding> {
public static final WidgetServerSettingsEditIntegration$binding$2 INSTANCE = new WidgetServerSettingsEditIntegration$binding$2();
public WidgetServerSettingsEditIntegration$binding$2() {
super(1, WidgetServerSettingsEditIntegrationBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsEditIntegrationBinding;", 0);
}
public final WidgetServerSettingsEditIntegrationBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362921;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362921);
if (dimmerView != null) {
i = 2131362991;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362991);
if (linearLayout != null) {
i = 2131362992;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362992);
if (checkedSetting != null) {
i = 2131362993;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362993);
if (checkedSetting2 != null) {
i = 2131362994;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362994);
if (checkedSetting3 != null) {
i = 2131362995;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362995);
if (linearLayout2 != null) {
i = 2131362996;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131362996);
if (linearLayout3 != null) {
i = 2131362997;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131362997);
if (checkedSetting4 != null) {
i = 2131362998;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131362998);
if (checkedSetting5 != null) {
i = 2131362999;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131362999);
if (checkedSetting6 != null) {
i = 2131363000;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131363000);
if (checkedSetting7 != null) {
i = 2131363001;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131363001);
if (checkedSetting8 != null) {
i = 2131363002;
ImageView imageView = (ImageView) view.findViewById(2131363002);
if (imageView != null) {
i = 2131363004;
TextView textView = (TextView) view.findViewById(2131363004);
if (textView != null) {
i = 2131363005;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131363005);
if (linearLayout4 != null) {
i = 2131363006;
TextView textView2 = (TextView) view.findViewById(2131363006);
if (textView2 != null) {
i = 2131363007;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131363007);
if (floatingActionButton != null) {
i = 2131363008;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363008);
if (nestedScrollView != null) {
i = 2131363013;
LinearLayout linearLayout5 = (LinearLayout) view.findViewById(2131363013);
if (linearLayout5 != null) {
i = 2131363017;
LinearLayout linearLayout6 = (LinearLayout) view.findViewById(2131363017);
if (linearLayout6 != null) {
i = 2131365215;
View findViewById = view.findViewById(2131365215);
if (findViewById != null) {
int i2 = 2131363003;
TextView textView3 = (TextView) findViewById.findViewById(2131363003);
if (textView3 != null) {
i2 = 2131363009;
TextView textView4 = (TextView) findViewById.findViewById(2131363009);
if (textView4 != null) {
i2 = 2131363010;
RelativeLayout relativeLayout = (RelativeLayout) findViewById.findViewById(2131363010);
if (relativeLayout != null) {
i2 = 2131363011;
TextView textView5 = (TextView) findViewById.findViewById(2131363011);
if (textView5 != null) {
i2 = 2131363012;
RelativeLayout relativeLayout2 = (RelativeLayout) findViewById.findViewById(2131363012);
if (relativeLayout2 != null) {
return new WidgetServerSettingsEditIntegrationBinding((CoordinatorLayout) view, dimmerView, linearLayout, checkedSetting, checkedSetting2, checkedSetting3, linearLayout2, linearLayout3, checkedSetting4, checkedSetting5, checkedSetting6, checkedSetting7, checkedSetting8, imageView, textView, linearLayout4, textView2, floatingActionButton, nestedScrollView, linearLayout5, linearLayout6, new v((LinearLayout) findViewById, textView3, textView4, relativeLayout, textView5, relativeLayout2));
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2)));
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}