discord-jadx/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile$b...

76 lines
4.4 KiB
Java

package com.discord.widgets.settings.profile;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.cardview.widget.CardView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetSettingsUserProfileBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.widgets.user.profile.UserProfileHeaderView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsUserProfile.kt */
public final /* synthetic */ class WidgetSettingsUserProfile$binding$2 extends k implements Function1<View, WidgetSettingsUserProfileBinding> {
public static final WidgetSettingsUserProfile$binding$2 INSTANCE = new WidgetSettingsUserProfile$binding$2();
public WidgetSettingsUserProfile$binding$2() {
super(1, WidgetSettingsUserProfileBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsUserProfileBinding;", 0);
}
public final WidgetSettingsUserProfileBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362118;
CardView cardView = (CardView) view.findViewById(2131362118);
if (cardView != null) {
i = 2131362119;
TextInputEditText textInputEditText = (TextInputEditText) view.findViewById(2131362119);
if (textInputEditText != null) {
i = 2131362120;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362120);
if (textInputLayout != null) {
i = 2131362121;
TextView textView = (TextView) view.findViewById(2131362121);
if (textView != null) {
i = 2131362122;
CardView cardView2 = (CardView) view.findViewById(2131362122);
if (cardView2 != null) {
i = 2131362123;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362123);
if (linkifiedTextView != null) {
i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131364450;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364450);
if (linearLayout != null) {
i = 2131364614;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364614);
if (floatingActionButton != null) {
i = 2131364998;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364998);
if (nestedScrollView != null) {
i = 2131365567;
UserProfileHeaderView userProfileHeaderView = (UserProfileHeaderView) view.findViewById(2131365567);
if (userProfileHeaderView != null) {
return new WidgetSettingsUserProfileBinding((TouchInterceptingCoordinatorLayout) view, cardView, textInputEditText, textInputLayout, textView, cardView2, linkifiedTextView, dimmerView, linearLayout, floatingActionButton, nestedScrollView, userProfileHeaderView);
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}