- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
130 lines
3.7 KiB
Java
130 lines
3.7 KiB
Java
package com.ironsource.adqualitysdk.sdk.i;
|
||
|
||
import android.graphics.Color;
|
||
import android.view.ViewConfiguration;
|
||
import java.util.ArrayList;
|
||
import java.util.Arrays;
|
||
import java.util.List;
|
||
|
||
/* loaded from: classes4.dex */
|
||
public final class dr extends dz {
|
||
|
||
/* renamed from: k, reason: contains not printable characters */
|
||
private static int f1761 = 0;
|
||
|
||
/* renamed from: ヌ, reason: contains not printable characters */
|
||
private static int f1762 = 1;
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
private static long f1763 = 2121770131662100731L;
|
||
|
||
/* renamed from: ﻛ, reason: contains not printable characters */
|
||
private dz[] f1764;
|
||
|
||
public dr(List<dz> list, dm dmVar) {
|
||
super(dmVar);
|
||
dz[] dzVarArr = new dz[list.size()];
|
||
this.f1764 = dzVarArr;
|
||
list.toArray(dzVarArr);
|
||
}
|
||
|
||
@Override // com.ironsource.adqualitysdk.sdk.i.dz
|
||
/* renamed from: ﻛ, reason: contains not printable characters */
|
||
public final du mo2636(dq dqVar, ci ciVar) {
|
||
ArrayList arrayList = new ArrayList();
|
||
dz[] dzVarArr = this.f1764;
|
||
int length = dzVarArr.length;
|
||
int i = 0;
|
||
while (i < length) {
|
||
arrayList.add(dzVarArr[i].m2677(dqVar, ciVar).m2663());
|
||
i++;
|
||
int i2 = f1761 + 73;
|
||
f1762 = i2 % 128;
|
||
int i3 = i2 % 2;
|
||
}
|
||
du duVar = new du(arrayList);
|
||
int i4 = f1761 + 7;
|
||
f1762 = i4 % 128;
|
||
if (i4 % 2 != 0) {
|
||
return duVar;
|
||
}
|
||
throw null;
|
||
}
|
||
|
||
public final String toString() {
|
||
StringBuilder sb = new StringBuilder();
|
||
sb.append(m2635("\ud8a0", Color.rgb(0, 0, 0) + 16798529).intern());
|
||
sb.append(dz.m2674(this.f1764));
|
||
sb.append(m2635("\ud8a6", (ViewConfiguration.getScrollDefaultDelay() >> 16) + 44971).intern());
|
||
String obj = sb.toString();
|
||
int i = f1761 + 81;
|
||
f1762 = i % 128;
|
||
int i2 = i % 2;
|
||
return obj;
|
||
}
|
||
|
||
public final boolean equals(Object obj) {
|
||
if (this == obj) {
|
||
int i = f1761 + 13;
|
||
f1762 = i % 128;
|
||
int i2 = i % 2;
|
||
return true;
|
||
}
|
||
if (obj == null) {
|
||
return false;
|
||
}
|
||
int i3 = f1761 + 27;
|
||
f1762 = i3 % 128;
|
||
if (i3 % 2 == 0) {
|
||
obj.getClass();
|
||
throw null;
|
||
}
|
||
if (dr.class != obj.getClass()) {
|
||
return false;
|
||
}
|
||
return Arrays.equals(this.f1764, ((dr) obj).f1764);
|
||
}
|
||
|
||
public final int hashCode() {
|
||
int i = f1762 + 51;
|
||
f1761 = i % 128;
|
||
int i2 = i % 2;
|
||
int hashCode = Arrays.hashCode(this.f1764);
|
||
int i3 = f1762 + 113;
|
||
f1761 = i3 % 128;
|
||
if (i3 % 2 == 0) {
|
||
return hashCode;
|
||
}
|
||
throw null;
|
||
}
|
||
|
||
/* renamed from: ﻐ, reason: contains not printable characters */
|
||
private static String m2635(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)) ^ f1763);
|
||
f.f1921++;
|
||
} else {
|
||
str2 = new String(cArr3);
|
||
}
|
||
}
|
||
} catch (Throwable th) {
|
||
throw th;
|
||
}
|
||
}
|
||
return str2;
|
||
}
|
||
}
|