discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility...

75 lines
4.3 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.WidgetSettingsAccessibilityBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsAccessibility.kt */
public final /* synthetic */ class WidgetSettingsAccessibility$binding$2 extends k implements Function1<View, WidgetSettingsAccessibilityBinding> {
public static final WidgetSettingsAccessibility$binding$2 INSTANCE = new WidgetSettingsAccessibility$binding$2();
public WidgetSettingsAccessibility$binding$2() {
super(1, WidgetSettingsAccessibilityBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsAccessibilityBinding;", 0);
}
public final WidgetSettingsAccessibilityBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364781;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364781);
if (checkedSetting != null) {
i = 2131364782;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364782);
if (checkedSetting2 != null) {
i = 2131364783;
TextView textView = (TextView) view.findViewById(2131364783);
if (textView != null) {
i = 2131364784;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131364784);
if (linkifiedTextView != null) {
i = 2131364785;
TextView textView2 = (TextView) view.findViewById(2131364785);
if (textView2 != null) {
i = 2131364786;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364786);
if (checkedSetting3 != null) {
i = 2131364787;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364787);
if (linearLayout != null) {
i = 2131364788;
TextView textView3 = (TextView) view.findViewById(2131364788);
if (textView3 != null) {
i = 2131364840;
View findViewById = view.findViewById(2131364840);
if (findViewById != null) {
i = 2131365168;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131365168);
if (checkedSetting4 != null) {
i = 2131365169;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131365169);
if (checkedSetting5 != null) {
i = 2131365170;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131365170);
if (checkedSetting6 != null) {
return new WidgetSettingsAccessibilityBinding((CoordinatorLayout) view, checkedSetting, checkedSetting2, textView, linkifiedTextView, textView2, checkedSetting3, linearLayout, textView3, findViewById, checkedSetting4, checkedSetting5, checkedSetting6);
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}