package p3; import android.graphics.RectF; import java.util.Arrays; /* loaded from: classes2.dex */ public final class i implements c { /* renamed from: a, reason: collision with root package name */ private final float f13168a; public i(float f10) { this.f13168a = f10; } @Override // p3.c public float a(RectF rectF) { return this.f13168a * rectF.height(); } public boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof i) && this.f13168a == ((i) obj).f13168a; } public int hashCode() { return Arrays.hashCode(new Object[]{Float.valueOf(this.f13168a)}); } }