discord-jadx/app/src/main/java/b/q/a/i/a.java

27 lines
648 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.q.a.i;
2021-08-03 07:33:18 +00:00
import android.graphics.Bitmap;
2022-03-07 09:34:54 +00:00
/* compiled from: CropParameters.java */
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public class a {
public 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 int f1977b;
2021-12-17 21:59:34 +00:00
public Bitmap.CompressFormat c;
2021-08-03 07:33:18 +00:00
public int d;
public String e;
public String f;
public b g;
public a(int i, int i2, Bitmap.CompressFormat compressFormat, int i3, String str, String str2, b bVar) {
this.a = i;
2022-03-28 08:10:50 +00:00
this.f1977b = i2;
2021-12-17 21:59:34 +00:00
this.c = compressFormat;
2021-08-03 07:33:18 +00:00
this.d = i3;
this.e = str;
this.f = str2;
this.g = bVar;
}
}