package com.discord.widgets.settings; import android.view.View; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import com.discord.databinding.WidgetSettingsBehaviorBinding; import com.discord.views.CheckedSetting; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetSettingsBehavior.kt */ public final /* synthetic */ class WidgetSettingsBehavior$binding$2 extends k implements Function1 { public static final WidgetSettingsBehavior$binding$2 INSTANCE = new WidgetSettingsBehavior$binding$2(); public WidgetSettingsBehavior$binding$2() { super(1, WidgetSettingsBehaviorBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsBehaviorBinding;", 0); } public final WidgetSettingsBehaviorBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364915; CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364915); if (checkedSetting != null) { i = 2131364916; TextView textView = (TextView) view.findViewById(2131364916); if (textView != null) { i = 2131364917; CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364917); if (checkedSetting2 != null) { i = 2131364918; TextView textView2 = (TextView) view.findViewById(2131364918); if (textView2 != null) { i = 2131364919; CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364919); if (checkedSetting3 != null) { return new WidgetSettingsBehaviorBinding((CoordinatorLayout) view, checkedSetting, textView, checkedSetting2, textView2, checkedSetting3); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }