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

85 lines
2.9 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.media.MediaPlayer;
import android.text.TextUtils;
import android.view.ViewConfiguration;
/* loaded from: classes4.dex */
public final class hc extends hb<MediaPlayer.OnPreparedListener> implements MediaPlayer.OnPreparedListener {
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f2168 = 0;
/* renamed from: , reason: contains not printable characters */
private static long f2169 = 323003608089019283L;
/* renamed from: メ, reason: contains not printable characters */
private static int f2170 = 1;
/* renamed from: ﻐ, reason: contains not printable characters */
private a f2171;
public interface a {
/* renamed from: メ */
void mo2371(hc hcVar, MediaPlayer mediaPlayer);
}
public hc(MediaPlayer.OnPreparedListener onPreparedListener, a aVar) {
super(onPreparedListener);
this.f2171 = aVar;
}
@Override // android.media.MediaPlayer.OnPreparedListener
public final void onPrepared(MediaPlayer mediaPlayer) {
int i = f2168 + 71;
f2170 = i % 128;
try {
} catch (Throwable th) {
jw.m3315(m2777("쏜졊풭\ue0c4\ued2a殺薸釠鹎ꪘ뛹䌧佴宬柴汄碆ӆᄉᵣ⦼㗿쉛캃\udacf\ue723\uf377", (ViewConfiguration.getWindowTouchSlop() >> 8) + 2999).intern(), m2777("쏖䚪쥷䰝훍姄\udc38曰\ue9eb汝\uf729秈ﱛܵ觺靆ᨆ鲰❰ꩯⳛ랏㩾볩장䩽촛埕\uda89崽", 34122 - TextUtils.indexOf((CharSequence) "", '0')).intern(), th, false);
}
if (i % 2 == 0) {
this.f2171.mo2371(this, mediaPlayer);
throw null;
}
this.f2171.mo2371(this, mediaPlayer);
if (mo1406() != null) {
int i2 = f2170 + 69;
f2168 = i2 % 128;
int i3 = i2 % 2;
mo1406().onPrepared(mediaPlayer);
}
int i4 = f2168 + 71;
f2170 = i4 % 128;
int i5 = i4 % 2;
}
/* renamed from: ﻐ, reason: contains not printable characters */
private static String m2777(String str, int i) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (f.f1920) {
try {
f.f1919 = i;
char[] cArr3 = new char[cArr2.length];
f.f1921 = 0;
while (true) {
int i2 = f.f1921;
if (i2 < cArr2.length) {
cArr3[i2] = (char) ((cArr2[i2] ^ (f.f1919 * i2)) ^ f2169);
f.f1921++;
} else {
str2 = new String(cArr3);
}
}
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}