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 = 2131364732;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364732);
if (checkedSetting != null) {
i = 2131364733;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364733);
if (checkedSetting2 != null) {
i = 2131364734;
TextView textView = (TextView) view.findViewById(2131364734);
if (textView != null) {
i = 2131364735;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131364735);
if (linkifiedTextView != null) {
i = 2131364736;
TextView textView2 = (TextView) view.findViewById(2131364736);
if (textView2 != null) {
i = 2131364737;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364737);
if (checkedSetting3 != null) {
i = 2131364738;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364738);
if (linearLayout != null) {
i = 2131364739;
TextView textView3 = (TextView) view.findViewById(2131364739);
if (textView3 != null) {
i = 2131364791;
View findViewById = view.findViewById(2131364791);
if (findViewById != null) {
i = 2131365113;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131365113);
if (checkedSetting4 != null) {
i = 2131365114;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131365114);
if (checkedSetting5 != null) {
i = 2131365115;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131365115);
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)));
}
}