discord-jadx/app/src/main/java/b/f/j/d/e.java

43 lines
1.0 KiB
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.f.j.d;
2021-07-24 02:37:17 +00:00
2021-12-17 21:59:34 +00:00
import b.c.a.a0.d;
2022-03-07 09:34:54 +00:00
/* compiled from: ResizeOptions.java */
2022-04-04 09:20:14 +00:00
/* loaded from: classes2.dex */
2021-07-24 02:37:17 +00:00
public class e {
public final int a;
2021-12-17 21:59:34 +00:00
/* renamed from: b reason: collision with root package name */
2022-03-28 08:10:50 +00:00
public final int f565b;
2021-12-17 21:59:34 +00:00
public final float c;
2021-07-24 02:37:17 +00:00
public final float d;
public e(int i, int i2) {
boolean z2 = true;
2021-11-05 06:48:17 +00:00
d.i(Boolean.valueOf(i > 0));
d.i(Boolean.valueOf(i2 <= 0 ? false : z2));
2021-07-24 02:37:17 +00:00
this.a = i;
2022-03-28 08:10:50 +00:00
this.f565b = i2;
2021-12-17 21:59:34 +00:00
this.c = 2048.0f;
2021-07-24 02:37:17 +00:00
this.d = 0.6666667f;
}
public boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof e)) {
return false;
}
e eVar = (e) obj;
2022-03-28 08:10:50 +00:00
return this.a == eVar.a && this.f565b == eVar.f565b;
2021-07-24 02:37:17 +00:00
}
public int hashCode() {
2022-03-28 08:10:50 +00:00
return d.J0(this.a, this.f565b);
2021-07-24 02:37:17 +00:00
}
public String toString() {
2022-03-28 08:10:50 +00:00
return String.format(null, "%dx%d", Integer.valueOf(this.a), Integer.valueOf(this.f565b));
2021-07-24 02:37:17 +00:00
}
}