package i0;

/* JADX INFO: renamed from: i0.h, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2244h implements InterfaceC2242f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final float f18810a;

    public C2244h(float f6) {
        this.f18810a = f6;
    }

    @Override // i0.InterfaceC2242f
    public final long a(long j4, long j6, h1.m mVar) {
        long j7 = (((long) (((int) (j6 >> 32)) - ((int) (j4 >> 32)))) << 32) | (((long) (((int) (j6 & 4294967295L)) - ((int) (j4 & 4294967295L)))) & 4294967295L);
        float f6 = 1;
        float f7 = (this.f18810a + f6) * (((int) (j7 >> 32)) / 2.0f);
        return (((long) Math.round((f6 - 1.0f) * (((int) (j7 & 4294967295L)) / 2.0f))) & 4294967295L) | (((long) Math.round(f7)) << 32);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2244h) {
            return Float.compare(this.f18810a, ((C2244h) obj).f18810a) == 0 && Float.compare(-1.0f, -1.0f) == 0;
        }
        return false;
    }

    public final int hashCode() {
        return Float.hashCode(-1.0f) + (Float.hashCode(this.f18810a) * 31);
    }

    public final String toString() {
        return "BiasAbsoluteAlignment(horizontalBias=" + this.f18810a + ", verticalBias=-1.0)";
    }
}
