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

19 lines
447 B
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
import android.graphics.Bitmap;
2021-12-17 21:59:34 +00:00
import b.f.j.d.c;
2022-03-07 09:34:54 +00:00
/* compiled from: ImageDecodeOptionsBuilder.java */
2022-04-04 09:20:14 +00:00
/* loaded from: classes2.dex */
2021-07-24 02:37:17 +00:00
public class c<T extends c> {
2022-01-13 08:07:50 +00:00
public Bitmap.Config a;
/* renamed from: b reason: collision with root package name */
2022-03-28 08:10:50 +00:00
public Bitmap.Config f564b;
2022-01-13 08:07:50 +00:00
public c() {
Bitmap.Config config = Bitmap.Config.ARGB_8888;
this.a = config;
2022-03-28 08:10:50 +00:00
this.f564b = config;
2022-01-13 08:07:50 +00:00
}
2021-07-24 02:37:17 +00:00
}