- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
47 lines
1.2 KiB
Java
47 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Bundle;
|
|
import com.applovin.exoplayer2.common.base.Objects;
|
|
import com.applovin.impl.o2;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class gh extends ki {
|
|
public static final o2.a c = new o2.a() { // from class: com.applovin.impl.gh$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.o2.a
|
|
public final o2 a(Bundle bundle) {
|
|
gh b;
|
|
b = gh.b(bundle);
|
|
return b;
|
|
}
|
|
};
|
|
private final float b;
|
|
|
|
public gh() {
|
|
this.b = -1.0f;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Objects.hashCode(Float.valueOf(this.b));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
return (obj instanceof gh) && this.b == ((gh) obj).b;
|
|
}
|
|
|
|
public gh(float f) {
|
|
b1.a(f >= 0.0f && f <= 100.0f, "percent must be in the range of [0, 100]");
|
|
this.b = f;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public static gh b(Bundle bundle) {
|
|
b1.a(bundle.getInt(a(0), -1) == 1);
|
|
float f = bundle.getFloat(a(1), -1.0f);
|
|
return f == -1.0f ? new gh() : new gh(f);
|
|
}
|
|
|
|
private static String a(int i) {
|
|
return Integer.toString(i, 36);
|
|
}
|
|
}
|