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

114 lines
8.1 KiB
Java

package com.discord.widgets.channels.settings;
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 = 2131362348;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362348);
if (checkedSetting != null) {
i = 2131362352;
TextView textView = (TextView) view.findViewById(2131362352);
if (textView != null) {
i = 2131362353;
SeekBar seekBar = (SeekBar) view.findViewById(2131362353);
if (seekBar != null) {
i = 2131362354;
TextView textView2 = (TextView) view.findViewById(2131362354);
if (textView2 != null) {
i = 2131362359;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362359);
if (textInputLayout != null) {
i = 2131362360;
TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(2131362360);
if (textInputLayout2 != null) {
i = 2131362361;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362361);
if (linearLayout != null) {
i = 2131362363;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362363);
if (checkedSetting2 != null) {
i = 2131362364;
TextView textView3 = (TextView) view.findViewById(2131362364);
if (textView3 != null) {
i = 2131362369;
TextView textView4 = (TextView) view.findViewById(2131362369);
if (textView4 != null) {
i = 2131362370;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131362370);
if (linearLayout2 != null) {
i = 2131362371;
View findViewById = view.findViewById(2131362371);
if (findViewById != null) {
i = 2131362375;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362375);
if (floatingActionButton != null) {
i = 2131362376;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131362376);
if (linearLayout3 != null) {
i = 2131362377;
LinearLayout linearLayout4 = (LinearLayout) view.findViewById(2131362377);
if (linearLayout4 != null) {
i = 2131362378;
LinearLayout linearLayout5 = (LinearLayout) view.findViewById(2131362378);
if (linearLayout5 != null) {
i = 2131362379;
LinearLayout linearLayout6 = (LinearLayout) view.findViewById(2131362379);
if (linearLayout6 != null) {
i = 2131362380;
TextView textView5 = (TextView) view.findViewById(2131362380);
if (textView5 != null) {
i = 2131362381;
SeekBar seekBar2 = (SeekBar) view.findViewById(2131362381);
if (seekBar2 != null) {
i = 2131362382;
TextView textView6 = (TextView) view.findViewById(2131362382);
if (textView6 != null) {
i = 2131364632;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364632);
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)));
}
}