discord-jadx/app/src/main/java/com/discord/widgets/media/WidgetMedia$binding$2.java

49 lines
2.2 KiB
Java

package com.discord.widgets.media;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ProgressBar;
import com.discord.databinding.WidgetMediaBinding;
import com.facebook.samples.zoomable.ZoomableDraweeView;
import com.google.android.exoplayer2.ui.PlayerControlView;
import com.google.android.exoplayer2.ui.PlayerView;
import com.google.android.material.appbar.AppBarLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetMedia.kt */
public final /* synthetic */ class WidgetMedia$binding$2 extends k implements Function1<View, WidgetMediaBinding> {
public static final WidgetMedia$binding$2 INSTANCE = new WidgetMedia$binding$2();
public WidgetMedia$binding$2() {
super(1, WidgetMediaBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMediaBinding;", 0);
}
public final WidgetMediaBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361872;
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(2131361872);
if (appBarLayout != null) {
FrameLayout frameLayout = (FrameLayout) view;
i = 2131363858;
ZoomableDraweeView zoomableDraweeView = (ZoomableDraweeView) view.findViewById(2131363858);
if (zoomableDraweeView != null) {
i = 2131363859;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131363859);
if (progressBar != null) {
i = 2131363860;
PlayerControlView playerControlView = (PlayerControlView) view.findViewById(2131363860);
if (playerControlView != null) {
i = 2131363861;
PlayerView playerView = (PlayerView) view.findViewById(2131363861);
if (playerView != null) {
return new WidgetMediaBinding(frameLayout, appBarLayout, frameLayout, zoomableDraweeView, progressBar, playerControlView, playerView);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}