- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
102 lines
3.2 KiB
Java
102 lines
3.2 KiB
Java
package com.ironsource.adqualitysdk.sdk.i;
|
||
|
||
import android.view.ViewConfiguration;
|
||
|
||
/* loaded from: classes4.dex */
|
||
public final class ex extends ek {
|
||
|
||
/* renamed from: k, reason: contains not printable characters */
|
||
private static int f1913 = 0;
|
||
|
||
/* renamed from: ヌ, reason: contains not printable characters */
|
||
private static long f1914 = -3495691581044012604L;
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
private static int f1915 = 1;
|
||
|
||
public ex(dz dzVar, dz dzVar2, dm dmVar) {
|
||
super(dzVar, dzVar2, dmVar);
|
||
}
|
||
|
||
@Override // com.ironsource.adqualitysdk.sdk.i.ek
|
||
/* renamed from: ﻛ */
|
||
public final Number mo2701(Number number, Number number2) {
|
||
int i = f1913 + 25;
|
||
int i2 = i % 128;
|
||
f1915 = i2;
|
||
if (i % 2 == 0) {
|
||
boolean z = number instanceof Double;
|
||
throw null;
|
||
}
|
||
if (!(number instanceof Double)) {
|
||
int i3 = i2 + 51;
|
||
f1913 = i3 % 128;
|
||
if (i3 % 2 != 0) {
|
||
boolean z2 = number2 instanceof Double;
|
||
throw null;
|
||
}
|
||
if (!(number2 instanceof Double)) {
|
||
if ((number instanceof Long) || (number2 instanceof Long)) {
|
||
return Long.valueOf(number.longValue() % number2.longValue());
|
||
}
|
||
Integer valueOf = Integer.valueOf(number.intValue() % number2.intValue());
|
||
int i4 = f1913 + 13;
|
||
f1915 = i4 % 128;
|
||
if (i4 % 2 == 0) {
|
||
int i5 = 96 / 0;
|
||
}
|
||
return valueOf;
|
||
}
|
||
}
|
||
Double valueOf2 = Double.valueOf(number.doubleValue() % number2.doubleValue());
|
||
int i6 = f1913 + 21;
|
||
f1915 = i6 % 128;
|
||
int i7 = i6 % 2;
|
||
return valueOf2;
|
||
}
|
||
|
||
@Override // com.ironsource.adqualitysdk.sdk.i.ee
|
||
/* renamed from: ﻐ */
|
||
public final String mo2689() {
|
||
int i = f1913 + 63;
|
||
f1915 = i % 128;
|
||
int i2 = i % 2;
|
||
String intern = m2712("䧡", 52667 - (ViewConfiguration.getJumpTapTimeout() >> 16)).intern();
|
||
int i3 = f1913 + 49;
|
||
f1915 = i3 % 128;
|
||
if (i3 % 2 != 0) {
|
||
return intern;
|
||
}
|
||
throw null;
|
||
}
|
||
|
||
/* renamed from: ﻐ, reason: contains not printable characters */
|
||
private static String m2712(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)) ^ f1914);
|
||
f.f1921++;
|
||
} else {
|
||
str2 = new String(cArr3);
|
||
}
|
||
}
|
||
} catch (Throwable th) {
|
||
throw th;
|
||
}
|
||
}
|
||
return str2;
|
||
}
|
||
}
|