Files
rr3-apk/decompiled/sources/com/applovin/impl/gh.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

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);
}
}