- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
641 B
Java
26 lines
641 B
Java
package com.fyber.inneractive.sdk.player.ui;
|
|
|
|
import android.graphics.Bitmap;
|
|
import android.widget.ImageView;
|
|
import com.fyber.inneractive.sdk.util.s0;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class t implements s0 {
|
|
public final /* synthetic */ s a;
|
|
|
|
public t(s sVar) {
|
|
this.a = sVar;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.util.s0
|
|
public final void a(Bitmap bitmap) {
|
|
if (bitmap != null) {
|
|
this.a.setLastFrameBitmap(bitmap);
|
|
ImageView imageView = this.a.l;
|
|
if (imageView != null) {
|
|
imageView.setVisibility(0);
|
|
}
|
|
}
|
|
}
|
|
}
|