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

26 lines
611 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;
/* compiled from: CropParameters */
public class a {
public int a;
2021-12-17 21:59:34 +00:00
/* renamed from: b reason: collision with root package name */
2022-01-27 07:52:47 +00:00
public int f1975b;
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-01-27 07:52:47 +00:00
this.f1975b = 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;
}
}