discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetTextChannelSettings$b...

114 lines
8.1 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.SeekBar;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetTextChannelSettingsBinding;
import com.discord.views.CheckedSetting;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetTextChannelSettings.kt */
public final /* synthetic */ class WidgetTextChannelSettings$binding$2 extends k implements Function1<View, WidgetTextChannelSettingsBinding> {
public static final WidgetTextChannelSettings$binding$2 INSTANCE = new WidgetTextChannelSettings$binding$2();
public WidgetTextChannelSettings$binding$2() {
super(1, WidgetTextChannelSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetTextChannelSettingsBinding;", 0);
}
public final WidgetTextChannelSettingsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362331;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362331);
if (checkedSetting != null) {
i = 2131362335;
TextView textView = (TextView) view.findViewById(2131362335);
if (textView != null) {
i = 2131362336;
SeekBar seekBar = (SeekBar) view.findViewById(2131362336);
if (seekBar != null) {
i = 2131362337;
TextView textView2 = (TextView) view.findViewById(2131362337);
if (textView2 != null) {
i = 2131362342;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362342);
if (textInputLayout != null) {
i = 2131362343;
TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(2131362343);
if (textInputLayout2 != null) {
i = 2131362344;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362344);
if (linearLayout != null) {
i = 2131362349;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362349);
if (checkedSetting2 != null) {
i = 2131362350;
TextView textView3 = (TextView) view.findViewById(2131362350);
if (textView3 != null) {
i = 2131362355;
TextView textView4 = (TextView) view.findViewById(2131362355);
if (textView4 != null) {
i = 2131362356;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362356);
if (linearLayout2 != null) {
i = 2131362357;
View findViewById = view.findViewById(2131362357);
if (findViewById != null) {
i = 2131362361;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362361);
if (floatingActionButton != null) {
i = 2131362362;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131362362);
if (linearLayout3 != null) {
i = 2131362363;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131362363);
if (linearLayout4 != null) {
i = 2131362364;
LinearLayout linearLayout5 = (LinearLayout) view.findViewById(2131362364);
if (linearLayout5 != null) {
i = 2131362365;
LinearLayout linearLayout6 = (LinearLayout) view.findViewById(2131362365);
if (linearLayout6 != null) {
i = 2131362366;
TextView textView5 = (TextView) view.findViewById(2131362366);
if (textView5 != null) {
i = 2131362367;
SeekBar seekBar2 = (SeekBar) view.findViewById(2131362367);
if (seekBar2 != null) {
i = 2131362368;
TextView textView6 = (TextView) view.findViewById(2131362368);
if (textView6 != null) {
i = 2131364567;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364567);
if (nestedScrollView != null) {
return new WidgetTextChannelSettingsBinding((CoordinatorLayout) view, checkedSetting, textView, seekBar, textView2, textInputLayout, textInputLayout2, linearLayout, checkedSetting2, textView3, textView4, linearLayout2, findViewById, floatingActionButton, linearLayout3, linearLayout4, linearLayout5, linearLayout6, textView5, seekBar2, textView6, nestedScrollView);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}