Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/player/exoplayer2/n.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

33 lines
884 B
Java

package com.fyber.inneractive.sdk.player.exoplayer2;
import com.ironsource.mediationsdk.logger.IronSourceError;
/* loaded from: classes2.dex */
public final class n {
public static final n d = new n(1.0f, 1.0f);
public final float a;
public final float b;
public final int c;
public n(float f, float f2) {
this.a = f;
this.b = f2;
this.c = Math.round(f * 1000.0f);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || n.class != obj.getClass()) {
return false;
}
n nVar = (n) obj;
return this.a == nVar.a && this.b == nVar.b;
}
public final int hashCode() {
return Float.floatToRawIntBits(this.b) + ((Float.floatToRawIntBits(this.a) + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31);
}
}