- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
634 lines
23 KiB
Java
634 lines
23 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.SurfaceTexture;
|
|
import android.media.MediaFormat;
|
|
import android.media.MediaPlayer;
|
|
import android.net.Uri;
|
|
import android.os.Build;
|
|
import android.view.Surface;
|
|
import android.view.TextureView;
|
|
import androidx.annotation.Nullable;
|
|
import com.facebook.internal.security.CertificateUtil;
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
import java.io.IOException;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcaw extends zzcay implements TextureView.SurfaceTextureListener, MediaPlayer.OnBufferingUpdateListener, MediaPlayer.OnCompletionListener, MediaPlayer.OnErrorListener, MediaPlayer.OnInfoListener, MediaPlayer.OnPreparedListener, MediaPlayer.OnVideoSizeChangedListener {
|
|
private static final Map zzc;
|
|
private final zzcbs zzd;
|
|
private final zzcbt zze;
|
|
private final boolean zzf;
|
|
private int zzg;
|
|
private int zzh;
|
|
private MediaPlayer zzi;
|
|
private Uri zzj;
|
|
private int zzk;
|
|
private int zzl;
|
|
private int zzm;
|
|
private zzcbq zzn;
|
|
private final boolean zzo;
|
|
private int zzp;
|
|
private zzcax zzq;
|
|
private boolean zzr;
|
|
private Integer zzs;
|
|
|
|
static {
|
|
HashMap hashMap = new HashMap();
|
|
zzc = hashMap;
|
|
hashMap.put(-1004, "MEDIA_ERROR_IO");
|
|
hashMap.put(-1007, "MEDIA_ERROR_MALFORMED");
|
|
hashMap.put(-1010, "MEDIA_ERROR_UNSUPPORTED");
|
|
hashMap.put(-110, "MEDIA_ERROR_TIMED_OUT");
|
|
hashMap.put(3, "MEDIA_INFO_VIDEO_RENDERING_START");
|
|
hashMap.put(100, "MEDIA_ERROR_SERVER_DIED");
|
|
hashMap.put(1, "MEDIA_ERROR_UNKNOWN");
|
|
hashMap.put(1, "MEDIA_INFO_UNKNOWN");
|
|
hashMap.put(700, "MEDIA_INFO_VIDEO_TRACK_LAGGING");
|
|
hashMap.put(Integer.valueOf(IronSourceError.ERROR_NT_LOAD_AFTER_LONG_INITIATION), "MEDIA_INFO_BUFFERING_START");
|
|
hashMap.put(Integer.valueOf(IronSourceError.ERROR_NT_INIT_FAILED_AFTER_LOAD), "MEDIA_INFO_BUFFERING_END");
|
|
hashMap.put(800, "MEDIA_INFO_BAD_INTERLEAVING");
|
|
hashMap.put(801, "MEDIA_INFO_NOT_SEEKABLE");
|
|
hashMap.put(802, "MEDIA_INFO_METADATA_UPDATE");
|
|
hashMap.put(901, "MEDIA_INFO_UNSUPPORTED_SUBTITLE");
|
|
hashMap.put(902, "MEDIA_INFO_SUBTITLE_TIMED_OUT");
|
|
}
|
|
|
|
public zzcaw(Context context, zzcbs zzcbsVar, boolean z, boolean z2, zzcbr zzcbrVar, zzcbt zzcbtVar) {
|
|
super(context);
|
|
this.zzg = 0;
|
|
this.zzh = 0;
|
|
this.zzr = false;
|
|
this.zzs = null;
|
|
setSurfaceTextureListener(this);
|
|
this.zzd = zzcbsVar;
|
|
this.zze = zzcbtVar;
|
|
this.zzo = z;
|
|
this.zzf = z2;
|
|
zzcbtVar.zza(this);
|
|
}
|
|
|
|
private final void zzD() {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView init MediaPlayer");
|
|
SurfaceTexture surfaceTexture = getSurfaceTexture();
|
|
if (this.zzj == null || surfaceTexture == null) {
|
|
return;
|
|
}
|
|
zzE(false);
|
|
try {
|
|
com.google.android.gms.ads.internal.zzv.zzl();
|
|
MediaPlayer mediaPlayer = new MediaPlayer();
|
|
this.zzi = mediaPlayer;
|
|
mediaPlayer.setOnBufferingUpdateListener(this);
|
|
this.zzi.setOnCompletionListener(this);
|
|
this.zzi.setOnErrorListener(this);
|
|
this.zzi.setOnInfoListener(this);
|
|
this.zzi.setOnPreparedListener(this);
|
|
this.zzi.setOnVideoSizeChangedListener(this);
|
|
this.zzm = 0;
|
|
if (this.zzo) {
|
|
zzcbq zzcbqVar = new zzcbq(getContext());
|
|
this.zzn = zzcbqVar;
|
|
zzcbqVar.zzd(surfaceTexture, getWidth(), getHeight());
|
|
this.zzn.start();
|
|
SurfaceTexture zzb = this.zzn.zzb();
|
|
if (zzb != null) {
|
|
surfaceTexture = zzb;
|
|
} else {
|
|
this.zzn.zze();
|
|
this.zzn = null;
|
|
}
|
|
}
|
|
this.zzi.setDataSource(getContext(), this.zzj);
|
|
com.google.android.gms.ads.internal.zzv.zzm();
|
|
this.zzi.setSurface(new Surface(surfaceTexture));
|
|
this.zzi.setAudioStreamType(3);
|
|
this.zzi.setScreenOnWhilePlaying(true);
|
|
this.zzi.prepareAsync();
|
|
zzF(1);
|
|
} catch (IOException e) {
|
|
e = e;
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzk("Failed to initialize MediaPlayer at ".concat(String.valueOf(this.zzj)), e);
|
|
onError(this.zzi, 1, 0);
|
|
} catch (IllegalArgumentException e2) {
|
|
e = e2;
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzk("Failed to initialize MediaPlayer at ".concat(String.valueOf(this.zzj)), e);
|
|
onError(this.zzi, 1, 0);
|
|
} catch (IllegalStateException e3) {
|
|
e = e3;
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzk("Failed to initialize MediaPlayer at ".concat(String.valueOf(this.zzj)), e);
|
|
onError(this.zzi, 1, 0);
|
|
}
|
|
}
|
|
|
|
private final void zzE(boolean z) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView release");
|
|
zzcbq zzcbqVar = this.zzn;
|
|
if (zzcbqVar != null) {
|
|
zzcbqVar.zze();
|
|
this.zzn = null;
|
|
}
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer != null) {
|
|
mediaPlayer.reset();
|
|
this.zzi.release();
|
|
this.zzi = null;
|
|
zzF(0);
|
|
if (z) {
|
|
this.zzh = 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
private final void zzF(int i) {
|
|
if (i == 3) {
|
|
this.zze.zzc();
|
|
this.zzb.zzb();
|
|
} else if (this.zzg == 3) {
|
|
this.zze.zze();
|
|
this.zzb.zzc();
|
|
}
|
|
this.zzg = i;
|
|
}
|
|
|
|
private final void zzG(float f) {
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer == null) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("AdMediaPlayerView setMediaPlayerVolume() called before onPrepared().");
|
|
} else {
|
|
try {
|
|
mediaPlayer.setVolume(f, f);
|
|
} catch (IllegalStateException unused) {
|
|
}
|
|
}
|
|
}
|
|
|
|
private final boolean zzH() {
|
|
int i;
|
|
return (this.zzi == null || (i = this.zzg) == -1 || i == 0 || i == 1) ? false : true;
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ zzcax zzi(zzcaw zzcawVar) {
|
|
return zzcawVar.zzq;
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ void zzl(zzcaw zzcawVar, MediaPlayer mediaPlayer) {
|
|
MediaFormat format;
|
|
if (!((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbY)).booleanValue() || zzcawVar.zzd == null || mediaPlayer == null) {
|
|
return;
|
|
}
|
|
try {
|
|
MediaPlayer.TrackInfo[] trackInfo = mediaPlayer.getTrackInfo();
|
|
if (trackInfo != null) {
|
|
HashMap hashMap = new HashMap();
|
|
for (MediaPlayer.TrackInfo trackInfo2 : trackInfo) {
|
|
if (trackInfo2 != null) {
|
|
int trackType = trackInfo2.getTrackType();
|
|
if (trackType == 1) {
|
|
MediaFormat format2 = trackInfo2.getFormat();
|
|
if (format2 != null) {
|
|
if (format2.containsKey("frame-rate")) {
|
|
try {
|
|
hashMap.put("frameRate", String.valueOf(format2.getFloat("frame-rate")));
|
|
} catch (ClassCastException unused) {
|
|
hashMap.put("frameRate", String.valueOf(format2.getInteger("frame-rate")));
|
|
}
|
|
}
|
|
if (format2.containsKey("bitrate")) {
|
|
Integer valueOf = Integer.valueOf(format2.getInteger("bitrate"));
|
|
zzcawVar.zzs = valueOf;
|
|
hashMap.put("bitRate", String.valueOf(valueOf));
|
|
}
|
|
if (format2.containsKey("width") && format2.containsKey("height")) {
|
|
hashMap.put("resolution", format2.getInteger("width") + "x" + format2.getInteger("height"));
|
|
}
|
|
if (format2.containsKey("mime")) {
|
|
hashMap.put("videoMime", format2.getString("mime"));
|
|
}
|
|
if (Build.VERSION.SDK_INT >= 30 && format2.containsKey("codecs-string")) {
|
|
hashMap.put("videoCodec", format2.getString("codecs-string"));
|
|
}
|
|
}
|
|
} else if (trackType == 2 && (format = trackInfo2.getFormat()) != null) {
|
|
if (format.containsKey("mime")) {
|
|
hashMap.put("audioMime", format.getString("mime"));
|
|
}
|
|
if (Build.VERSION.SDK_INT >= 30 && format.containsKey("codecs-string")) {
|
|
hashMap.put("audioCodec", format.getString("codecs-string"));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (hashMap.isEmpty()) {
|
|
return;
|
|
}
|
|
zzcawVar.zzd.zzd("onMetadataEvent", hashMap);
|
|
}
|
|
} catch (RuntimeException e) {
|
|
com.google.android.gms.ads.internal.zzv.zzp().zzw(e, "AdMediaPlayerView.reportMetadata");
|
|
}
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnBufferingUpdateListener
|
|
public final void onBufferingUpdate(MediaPlayer mediaPlayer, int i) {
|
|
this.zzm = i;
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnCompletionListener
|
|
public final void onCompletion(MediaPlayer mediaPlayer) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView completion");
|
|
zzF(5);
|
|
this.zzh = 5;
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcap(this));
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnErrorListener
|
|
public final boolean onError(MediaPlayer mediaPlayer, int i, int i2) {
|
|
Map map = zzc;
|
|
String str = (String) map.get(Integer.valueOf(i));
|
|
String str2 = (String) map.get(Integer.valueOf(i2));
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("AdMediaPlayerView MediaPlayer error: " + str + CertificateUtil.DELIMITER + str2);
|
|
zzF(-1);
|
|
this.zzh = -1;
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcaq(this, str, str2));
|
|
return true;
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnInfoListener
|
|
public final boolean onInfo(MediaPlayer mediaPlayer, int i, int i2) {
|
|
Map map = zzc;
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView MediaPlayer info: " + ((String) map.get(Integer.valueOf(i))) + CertificateUtil.DELIMITER + ((String) map.get(Integer.valueOf(i2))));
|
|
return true;
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:28:0x005e, code lost:
|
|
|
|
if (r1 > r6) goto L30;
|
|
*/
|
|
@Override // android.view.View
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final void onMeasure(int r6, int r7) {
|
|
/*
|
|
r5 = this;
|
|
int r0 = r5.zzk
|
|
int r0 = android.view.View.getDefaultSize(r0, r6)
|
|
int r1 = r5.zzl
|
|
int r1 = android.view.View.getDefaultSize(r1, r7)
|
|
int r2 = r5.zzk
|
|
if (r2 <= 0) goto L7a
|
|
int r2 = r5.zzl
|
|
if (r2 <= 0) goto L7a
|
|
com.google.android.gms.internal.ads.zzcbq r2 = r5.zzn
|
|
if (r2 != 0) goto L7a
|
|
int r0 = android.view.View.MeasureSpec.getMode(r6)
|
|
int r6 = android.view.View.MeasureSpec.getSize(r6)
|
|
int r1 = android.view.View.MeasureSpec.getMode(r7)
|
|
int r7 = android.view.View.MeasureSpec.getSize(r7)
|
|
r2 = 1073741824(0x40000000, float:2.0)
|
|
if (r0 != r2) goto L43
|
|
if (r1 != r2) goto L42
|
|
int r0 = r5.zzk
|
|
int r1 = r0 * r7
|
|
int r2 = r5.zzl
|
|
int r3 = r6 * r2
|
|
if (r1 >= r3) goto L3c
|
|
int r0 = r1 / r2
|
|
L3a:
|
|
r1 = r7
|
|
goto L7a
|
|
L3c:
|
|
if (r1 <= r3) goto L60
|
|
int r1 = r3 / r0
|
|
L40:
|
|
r0 = r6
|
|
goto L7a
|
|
L42:
|
|
r0 = r2
|
|
L43:
|
|
r3 = -2147483648(0xffffffff80000000, float:-0.0)
|
|
if (r0 != r2) goto L54
|
|
int r0 = r5.zzl
|
|
int r0 = r0 * r6
|
|
int r2 = r5.zzk
|
|
int r0 = r0 / r2
|
|
if (r1 != r3) goto L52
|
|
if (r0 <= r7) goto L52
|
|
goto L60
|
|
L52:
|
|
r1 = r0
|
|
goto L40
|
|
L54:
|
|
if (r1 != r2) goto L64
|
|
int r1 = r5.zzk
|
|
int r1 = r1 * r7
|
|
int r2 = r5.zzl
|
|
int r1 = r1 / r2
|
|
if (r0 != r3) goto L62
|
|
if (r1 <= r6) goto L62
|
|
L60:
|
|
r0 = r6
|
|
goto L3a
|
|
L62:
|
|
r0 = r1
|
|
goto L3a
|
|
L64:
|
|
int r2 = r5.zzk
|
|
int r4 = r5.zzl
|
|
if (r1 != r3) goto L70
|
|
if (r4 <= r7) goto L70
|
|
int r1 = r7 * r2
|
|
int r1 = r1 / r4
|
|
goto L72
|
|
L70:
|
|
r1 = r2
|
|
r7 = r4
|
|
L72:
|
|
if (r0 != r3) goto L62
|
|
if (r1 <= r6) goto L62
|
|
int r4 = r4 * r6
|
|
int r1 = r4 / r2
|
|
goto L40
|
|
L7a:
|
|
r5.setMeasuredDimension(r0, r1)
|
|
com.google.android.gms.internal.ads.zzcbq r6 = r5.zzn
|
|
if (r6 == 0) goto L84
|
|
r6.zzc(r0, r1)
|
|
L84:
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzcaw.onMeasure(int, int):void");
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnPreparedListener
|
|
public final void onPrepared(MediaPlayer mediaPlayer) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView prepared");
|
|
zzF(2);
|
|
this.zze.zzb();
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcao(this, mediaPlayer));
|
|
this.zzk = mediaPlayer.getVideoWidth();
|
|
this.zzl = mediaPlayer.getVideoHeight();
|
|
int i = this.zzp;
|
|
if (i != 0) {
|
|
zzq(i);
|
|
}
|
|
if (this.zzf && zzH() && this.zzi.getCurrentPosition() > 0 && this.zzh != 3) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView nudging MediaPlayer");
|
|
zzG(0.0f);
|
|
this.zzi.start();
|
|
int currentPosition = this.zzi.getCurrentPosition();
|
|
long currentTimeMillis = com.google.android.gms.ads.internal.zzv.zzC().currentTimeMillis();
|
|
while (zzH() && this.zzi.getCurrentPosition() == currentPosition && com.google.android.gms.ads.internal.zzv.zzC().currentTimeMillis() - currentTimeMillis <= 250) {
|
|
}
|
|
this.zzi.pause();
|
|
zzn();
|
|
}
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzi("AdMediaPlayerView stream dimensions: " + this.zzk + " x " + this.zzl);
|
|
if (this.zzh == 3) {
|
|
zzp();
|
|
}
|
|
zzn();
|
|
}
|
|
|
|
@Override // android.view.TextureView.SurfaceTextureListener
|
|
public final void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int i, int i2) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView surface created");
|
|
zzD();
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcar(this));
|
|
}
|
|
|
|
@Override // android.view.TextureView.SurfaceTextureListener
|
|
public final boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView surface destroyed");
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer != null && this.zzp == 0) {
|
|
this.zzp = mediaPlayer.getCurrentPosition();
|
|
}
|
|
zzcbq zzcbqVar = this.zzn;
|
|
if (zzcbqVar != null) {
|
|
zzcbqVar.zze();
|
|
}
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcat(this));
|
|
zzE(true);
|
|
return true;
|
|
}
|
|
|
|
@Override // android.view.TextureView.SurfaceTextureListener
|
|
public final void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int i, int i2) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView surface changed");
|
|
int i3 = this.zzh;
|
|
boolean z = false;
|
|
if (this.zzk == i && this.zzl == i2) {
|
|
z = true;
|
|
}
|
|
if (this.zzi != null && i3 == 3 && z) {
|
|
int i4 = this.zzp;
|
|
if (i4 != 0) {
|
|
zzq(i4);
|
|
}
|
|
zzp();
|
|
}
|
|
zzcbq zzcbqVar = this.zzn;
|
|
if (zzcbqVar != null) {
|
|
zzcbqVar.zzc(i, i2);
|
|
}
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcas(this, i, i2));
|
|
}
|
|
|
|
@Override // android.view.TextureView.SurfaceTextureListener
|
|
public final void onSurfaceTextureUpdated(SurfaceTexture surfaceTexture) {
|
|
this.zze.zzf(this);
|
|
this.zza.zza(surfaceTexture, this.zzq);
|
|
}
|
|
|
|
@Override // android.media.MediaPlayer.OnVideoSizeChangedListener
|
|
public final void onVideoSizeChanged(MediaPlayer mediaPlayer, int i, int i2) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView size changed: " + i + " x " + i2);
|
|
this.zzk = mediaPlayer.getVideoWidth();
|
|
int videoHeight = mediaPlayer.getVideoHeight();
|
|
this.zzl = videoHeight;
|
|
if (this.zzk == 0 || videoHeight == 0) {
|
|
return;
|
|
}
|
|
requestLayout();
|
|
}
|
|
|
|
@Override // android.view.View
|
|
public final void onWindowVisibilityChanged(final int i) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView window visibility changed to " + i);
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new Runnable() { // from class: com.google.android.gms.internal.ads.zzcan
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
zzcaw.this.zzm(i);
|
|
}
|
|
});
|
|
super.onWindowVisibilityChanged(i);
|
|
}
|
|
|
|
@Override // android.view.View
|
|
public final String toString() {
|
|
return zzcaw.class.getName() + "@" + Integer.toHexString(hashCode());
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final int zza() {
|
|
if (zzH()) {
|
|
return this.zzi.getCurrentPosition();
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final int zzb() {
|
|
if (zzH()) {
|
|
return this.zzi.getMetrics().getInt("android.media.mediaplayer.dropped");
|
|
}
|
|
return -1;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final int zzc() {
|
|
if (zzH()) {
|
|
return this.zzi.getDuration();
|
|
}
|
|
return -1;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final int zzd() {
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer != null) {
|
|
return mediaPlayer.getVideoHeight();
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final int zze() {
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer != null) {
|
|
return mediaPlayer.getVideoWidth();
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final long zzf() {
|
|
return 0L;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final long zzg() {
|
|
if (this.zzs != null) {
|
|
return (zzh() * this.zzm) / 100;
|
|
}
|
|
return -1L;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final long zzh() {
|
|
if (this.zzs != null) {
|
|
return zzc() * this.zzs.intValue();
|
|
}
|
|
return -1L;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final String zzj() {
|
|
return "MediaPlayer".concat(true != this.zzo ? "" : " spherical");
|
|
}
|
|
|
|
public final /* synthetic */ void zzm(int i) {
|
|
zzcax zzcaxVar = this.zzq;
|
|
if (zzcaxVar != null) {
|
|
zzcaxVar.onWindowVisibilityChanged(i);
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay, com.google.android.gms.internal.ads.zzcbv
|
|
public final void zzn() {
|
|
zzG(this.zzb.zza());
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzo() {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView pause");
|
|
if (zzH() && this.zzi.isPlaying()) {
|
|
this.zzi.pause();
|
|
zzF(4);
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcav(this));
|
|
}
|
|
this.zzh = 4;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzp() {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView play");
|
|
if (zzH()) {
|
|
this.zzi.start();
|
|
zzF(3);
|
|
this.zza.zzb();
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new zzcau(this));
|
|
}
|
|
this.zzh = 3;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzq(int i) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView seek " + i);
|
|
if (!zzH()) {
|
|
this.zzp = i;
|
|
} else {
|
|
this.zzi.seekTo(i);
|
|
this.zzp = 0;
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzr(zzcax zzcaxVar) {
|
|
this.zzq = zzcaxVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzs(@Nullable String str) {
|
|
Uri parse = Uri.parse(str);
|
|
zzbav zza = zzbav.zza(parse);
|
|
if (zza == null || zza.zza != null) {
|
|
if (zza != null) {
|
|
parse = Uri.parse(zza.zza);
|
|
}
|
|
this.zzj = parse;
|
|
this.zzp = 0;
|
|
zzD();
|
|
requestLayout();
|
|
invalidate();
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzt() {
|
|
com.google.android.gms.ads.internal.util.zze.zza("AdMediaPlayerView stop");
|
|
MediaPlayer mediaPlayer = this.zzi;
|
|
if (mediaPlayer != null) {
|
|
mediaPlayer.stop();
|
|
this.zzi.release();
|
|
this.zzi = null;
|
|
zzF(0);
|
|
this.zzh = 0;
|
|
}
|
|
this.zze.zzd();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcay
|
|
public final void zzu(float f, float f2) {
|
|
zzcbq zzcbqVar = this.zzn;
|
|
if (zzcbqVar != null) {
|
|
zzcbqVar.zzf(f, f2);
|
|
}
|
|
}
|
|
}
|