- 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
33 lines
884 B
Java
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);
|
|
}
|
|
}
|