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

64 lines
2.2 KiB
Java

package com.ironsource.adqualitysdk.sdk.i;
import android.text.TextUtils;
import android.view.ViewConfiguration;
import android.widget.ExpandableListView;
/* loaded from: classes4.dex */
public final class fg extends fa<String> {
/* renamed from: ﻐ, reason: contains not printable characters */
private static int f1936 = 1;
/* renamed from: ﻛ, reason: contains not printable characters */
private static long f1937 = 3668948614919327700L;
/* renamed from: ヌ, reason: contains not printable characters */
private static int f1938;
/* renamed from: メ, reason: contains not printable characters */
private static char[] f1939 = {28129};
public fg(String str, dm dmVar) {
super(ds.m2637(str), dmVar);
}
@Override // com.ironsource.adqualitysdk.sdk.i.fa
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(m2719((char) (ExpandableListView.getPackedPositionGroup(0L) + 28099), (ViewConfiguration.getScrollFriction() > 0.0f ? 1 : (ViewConfiguration.getScrollFriction() == 0.0f ? 0 : -1)), ViewConfiguration.getMinimumFlingVelocity() >> 16).intern());
sb.append(super.toString());
sb.append(m2719((char) ((ViewConfiguration.getMinimumFlingVelocity() >> 16) + 28099), (ViewConfiguration.getLongPressTimeout() >> 16) + 1, TextUtils.getCapsMode("", 0, 0)).intern());
String obj = sb.toString();
int i = f1938 + 37;
f1936 = i % 128;
if (i % 2 != 0) {
return obj;
}
throw null;
}
/* renamed from: ﻛ, reason: contains not printable characters */
private static String m2719(char c, int i, int i2) {
String str;
synchronized (d.f1568) {
try {
char[] cArr = new char[i];
d.f1567 = 0;
while (true) {
int i3 = d.f1567;
if (i3 < i) {
cArr[i3] = (char) ((f1939[i2 + i3] ^ (i3 * f1937)) ^ c);
d.f1567 = i3 + 1;
} else {
str = new String(cArr);
}
}
} catch (Throwable th) {
throw th;
}
}
return str;
}
}