what-the-bank/sources/o/C17525xWe.java

31 lines
694 B
Java

package o;
import android.graphics.RectF;
import java.util.Arrays;
/* renamed from: o.xWe, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class C17525xWe implements kdE {
private final float b;
public C17525xWe(float f) {
this.b = f;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C17525xWe) && this.b == ((C17525xWe) obj).b;
}
public final int hashCode() {
return Arrays.hashCode(new Object[]{Float.valueOf(this.b)});
}
@Override // o.kdE
public final float Lk_(RectF rectF) {
return this.b;
}
}