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

142 lines
3.9 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;
import android.graphics.Color;
import android.view.ViewConfiguration;
/* loaded from: classes4.dex */
public final class ed extends dz {
/* renamed from: ﻐ, reason: contains not printable characters */
private static long f1847 = -850669941157485632L;
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f1848 = 0;
/* renamed from: , reason: contains not printable characters */
private static int f1849 = 1;
/* renamed from: メ, reason: contains not printable characters */
private dz f1850;
public ed(dz dzVar, dm dmVar) {
super(dmVar);
this.f1850 = dzVar;
}
@Override // com.ironsource.adqualitysdk.sdk.i.dz
/* renamed from: ﻛ */
public final du mo2636(dq dqVar, ci ciVar) {
int i = f1849 + 35;
f1848 = i % 128;
int i2 = i % 2;
du m2677 = this.f1850.m2677(dqVar, ciVar);
int i3 = f1849 + 1;
f1848 = i3 % 128;
int i4 = i3 % 2;
return m2677;
}
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(m2687("熟ש⽐裀熷", Color.alpha(0)).intern());
sb.append(this.f1850);
sb.append(m2687("⼼㤬㝈ॺ⼕", ViewConfiguration.getLongPressTimeout() >> 16).intern());
String obj = sb.toString();
int i = f1848 + 89;
f1849 = i % 128;
if (i % 2 != 0) {
return obj;
}
throw null;
}
public final boolean equals(Object obj) {
int i = f1849 + 7;
f1848 = i % 128;
if (i % 2 != 0) {
throw null;
}
if (this == obj) {
return true;
}
if (obj == null || ed.class != obj.getClass()) {
return false;
}
ed edVar = (ed) obj;
dz dzVar = this.f1850;
if (dzVar != null) {
int i2 = f1849 + 51;
f1848 = i2 % 128;
if (i2 % 2 == 0) {
return dzVar.equals(edVar.f1850);
}
int i3 = 63 / 0;
return dzVar.equals(edVar.f1850);
}
if (edVar.f1850 == null) {
int i4 = f1849 + 13;
f1848 = i4 % 128;
int i5 = i4 % 2;
return true;
}
int i6 = f1848 + 69;
f1849 = i6 % 128;
if (i6 % 2 != 0) {
return false;
}
throw null;
}
public final int hashCode() {
dz dzVar = this.f1850;
if (dzVar == null) {
int i = f1848 + 71;
f1849 = i % 128;
if (i % 2 != 0) {
return 0;
}
throw null;
}
int i2 = f1848 + 59;
f1849 = i2 % 128;
if (i2 % 2 == 0) {
dzVar.hashCode();
throw null;
}
int hashCode = dzVar.hashCode();
int i3 = f1848 + 97;
f1849 = i3 % 128;
int i4 = i3 % 2;
return hashCode;
}
/* renamed from: ヌ, reason: contains not printable characters */
private static String m2687(String str, int i) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (i.f2325) {
try {
char[] m2999 = i.m2999(f1847, cArr2, i);
i.f2324 = 4;
while (true) {
int i2 = i.f2324;
if (i2 < m2999.length) {
i.f2323 = i2 - 4;
m2999[i.f2324] = (char) ((m2999[r1] ^ m2999[r1 % 4]) ^ (i.f2323 * f1847));
i.f2324++;
} else {
str2 = new String(m2999, 4, m2999.length - 4);
}
}
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}