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 = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131363022;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363022);
if (linearLayout != null) {
i = 2131363023;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131363023);
if (checkedSetting != null) {
i = 2131363024;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131363024);
if (checkedSetting2 != null) {
i = 2131363025;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131363025);
if (checkedSetting3 != null) {
i = 2131363026;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131363026);
if (linearLayout2 != null) {
i = 2131363027;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131363027);
if (linearLayout3 != null) {
i = 2131363028;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131363028);
if (checkedSetting4 != null) {
i = 2131363029;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131363029);
if (checkedSetting5 != null) {
i = 2131363030;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131363030);
if (checkedSetting6 != null) {
i = 2131363031;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131363031);
if (checkedSetting7 != null) {
i = 2131363032;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131363032);
if (checkedSetting8 != null) {
i = 2131363033;
ImageView imageView = (ImageView) view.findViewById(2131363033);
if (imageView != null) {
i = 2131363035;
TextView textView = (TextView) view.findViewById(2131363035);
if (textView != null) {
i = 2131363036;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131363036);
if (linearLayout4 != null) {
i = 2131363037;
TextView textView2 = (TextView) view.findViewById(2131363037);
if (textView2 != null) {
i = 2131363038;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131363038);
if (floatingActionButton != null) {
i = 2131363039;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363039);
if (nestedScrollView != null) {
i = 2131363044;
LinearLayout linearLayout5 = (LinearLayout) view.findViewById(2131363044);
if (linearLayout5 != null) {
i = 2131363048;
LinearLayout linearLayout6 = (LinearLayout) view.findViewById(2131363048);
if (linearLayout6 != null) {
i = 2131365282;
View findViewById = view.findViewById(2131365282);
if (findViewById != null) {
int i2 = 2131363034;
TextView textView3 = (TextView) findViewById.findViewById(2131363034);
if (textView3 != null) {
i2 = 2131363040;
TextView textView4 = (TextView) findViewById.findViewById(2131363040);
if (textView4 != null) {
i2 = 2131363041;
RelativeLayout relativeLayout = (RelativeLayout) findViewById.findViewById(2131363041);
if (relativeLayout != null) {
i2 = 2131363042;
TextView textView5 = (TextView) findViewById.findViewById(2131363042);
if (textView5 != null) {
i2 = 2131363043;
RelativeLayout relativeLayout2 = (RelativeLayout) findViewById.findViewById(2131363043);
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)));
}
}