package c.f.j.d; import c.c.a.a0.d; /* compiled from: ResizeOptions */ public class e { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ public final float f436c; public final float d; public e(int i, int i2) { boolean z2 = true; d.j(Boolean.valueOf(i > 0)); d.j(Boolean.valueOf(i2 <= 0 ? false : z2)); this.a = i; this.b = i2; this.f436c = 2048.0f; this.d = 0.6666667f; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof e)) { return false; } e eVar = (e) obj; return this.a == eVar.a && this.b == eVar.b; } public int hashCode() { return d.M0(this.a, this.b); } public String toString() { return String.format(null, "%dx%d", Integer.valueOf(this.a), Integer.valueOf(this.b)); } }