Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

80 lines
3.1 KiB
Java
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package com.ironsource.adqualitysdk.sdk.i;
import android.graphics.ImageFormat;
import android.media.MediaPlayer;
import android.text.AndroidCharacter;
import android.view.KeyEvent;
import android.view.View;
import com.applovin.exoplayer2.common.base.Ascii;
/* loaded from: classes4.dex */
public final class he extends hb<MediaPlayer.OnInfoListener> implements MediaPlayer.OnInfoListener {
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f2177 = 0;
/* renamed from: , reason: contains not printable characters */
private static int f2178 = 1;
/* renamed from: メ, reason: contains not printable characters */
private a f2180;
/* renamed from: ﻐ, reason: contains not printable characters */
private static char[] f2176 = {'O', 52571, 39459, 26609, 13490, 614, 53106, 39962, 27099, 13993, 1143, 53545, 40473, 27587, 14498, 1662, 54067, 41194, 28104, 14990, 2128, 54582, 41724, 'E', 52551, 39448, 26608, 13478, 553, 53079, 39965, 27016, 14000, 1094, 53541, 40496, 27608, 14485, 1647, 54069, 41195, 28127, 15005, 2052, 54582, 41696, 28554, 15510, 2635, 55053};
/* renamed from: ヌ, reason: contains not printable characters */
private static long f2179 = 7412682427719994677L;
public interface a {
/* renamed from: ヌ */
boolean mo2368(he heVar, MediaPlayer mediaPlayer, int i, int i2);
}
public he(MediaPlayer.OnInfoListener onInfoListener, a aVar) {
super(onInfoListener);
this.f2180 = aVar;
}
@Override // android.media.MediaPlayer.OnInfoListener
public final boolean onInfo(MediaPlayer mediaPlayer, int i, int i2) {
try {
this.f2180.mo2368(this, mediaPlayer, i, i2);
} catch (Throwable th) {
jw.m3315(m2779((char) KeyEvent.keyCodeFromString(""), (KeyEvent.getMaxKeyCode() >> 16) + 23, AndroidCharacter.getMirror('0') - '0').intern(), m2779((char) ((-1) - ImageFormat.getBitsPerPixel(0)), ((byte) KeyEvent.getModifierMetaStateMask()) + Ascii.FS, View.combineMeasuredStates(0, 0) + 23).intern(), th, false);
}
if (mo1406() != null) {
int i3 = f2177 + 121;
f2178 = i3 % 128;
int i4 = i3 % 2;
return mo1406().onInfo(mediaPlayer, i, i2);
}
int i5 = f2178 + 119;
f2177 = i5 % 128;
int i6 = i5 % 2;
return false;
}
/* renamed from: , reason: contains not printable characters */
private static String m2779(char c, int i, int i2) {
String str;
synchronized (d.f1568) {
try {
char[] cArr = new char[i];
d.f1567 = 0;
while (true) {
int i3 = d.f1567;
if (i3 < i) {
cArr[i3] = (char) ((f2176[i2 + i3] ^ (i3 * f2179)) ^ c);
d.f1567 = i3 + 1;
} else {
str = new String(cArr);
}
}
} catch (Throwable th) {
throw th;
}
}
return str;
}
}