Files
rr3-apk/decompiled/sources/com/ironsource/adqualitysdk/sdk/i/hl.java
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

169 lines
4.6 KiB
Java
Raw 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;
/* loaded from: classes4.dex */
public enum hl {
f2237(-1),
f2233(0),
f2234(1),
f2236(2),
f2235(3),
f2231(4),
f2230(5),
f2232(6);
/* renamed from: ﭴ, reason: contains not printable characters */
private static int f2226 = 0;
/* renamed from: ﮉ, reason: contains not printable characters */
private static int f2227 = 1;
/* renamed from: ﮌ, reason: contains not printable characters */
private static int f2228;
/* renamed from: ﮐ, reason: contains not printable characters */
private final int f2238;
/* renamed from: ﻛ, reason: contains not printable characters */
public static void m2819() {
f2226 = 195;
}
public static hl valueOf(String str) {
int i = f2228 + 123;
f2227 = i % 128;
int i2 = i % 2;
hl hlVar = (hl) Enum.valueOf(hl.class, str);
if (i2 == 0) {
int i3 = 69 / 0;
}
return hlVar;
}
/* renamed from: values, reason: to resolve conflict with enum method */
public static hl[] valuesCustom() {
int i = f2227 + 67;
f2228 = i % 128;
if (i % 2 == 0) {
return (hl[]) values().clone();
}
values().clone();
throw null;
}
static {
m2819();
int i = f2228 + 81;
f2227 = i % 128;
int i2 = i % 2;
}
hl(int i) {
this.f2238 = i;
}
/* renamed from: , reason: contains not printable characters */
public static hl m2820(int i) {
int i2 = f2228;
int i3 = i2 + 109;
f2227 = i3 % 128;
int i4 = i3 % 2;
switch (i) {
case -1:
return f2237;
case 0:
return f2233;
case 1:
return f2234;
case 2:
return f2236;
case 3:
return f2235;
case 4:
hl hlVar = f2231;
int i5 = i2 + 53;
f2227 = i5 % 128;
int i6 = i5 % 2;
return hlVar;
case 5:
hl hlVar2 = f2230;
int i7 = i2 + 111;
f2227 = i7 % 128;
if (i7 % 2 == 0) {
int i8 = 8 / 0;
}
return hlVar2;
case 6:
return f2232;
default:
return null;
}
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final int m2822() {
int i = f2227;
int i2 = i + 97;
f2228 = i2 % 128;
int i3 = i2 % 2;
int i4 = this.f2238;
int i5 = i + 51;
f2228 = i5 % 128;
int i6 = i5 % 2;
return i4;
}
/* renamed from: ヌ, reason: contains not printable characters */
private static String m2821(boolean z, String str, int i, int i2, int i3) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (a.f57) {
try {
char[] cArr3 = new char[i2];
a.f56 = 0;
while (true) {
int i4 = a.f56;
if (i4 >= i2) {
break;
}
a.f54 = cArr2[i4];
cArr3[a.f56] = (char) (a.f54 + i);
int i5 = a.f56;
cArr3[i5] = (char) (cArr3[i5] - f2226);
a.f56 = i5 + 1;
}
if (i3 > 0) {
a.f55 = i3;
char[] cArr4 = new char[i2];
System.arraycopy(cArr3, 0, cArr4, 0, i2);
int i6 = a.f55;
System.arraycopy(cArr4, 0, cArr3, i2 - i6, i6);
int i7 = a.f55;
System.arraycopy(cArr4, i7, cArr3, 0, i2 - i7);
}
if (z) {
char[] cArr5 = new char[i2];
a.f56 = 0;
while (true) {
int i8 = a.f56;
if (i8 >= i2) {
break;
}
cArr5[i8] = cArr3[(i2 - i8) - 1];
a.f56 = i8 + 1;
}
cArr3 = cArr5;
}
str2 = new String(cArr3);
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}