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

19 lines
447 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.f.j.d;
2021-06-27 20:44:35 +00:00
import android.graphics.Bitmap;
2021-12-21 23:37:30 +00:00
import b.f.j.d.c;
2022-03-02 20:59:20 +00:00
/* compiled from: ImageDecodeOptionsBuilder.java */
2022-04-12 20:58:48 +00:00
/* loaded from: classes2.dex */
2021-06-27 20:44:35 +00:00
public class c<T extends c> {
2022-01-27 00:50:41 +00:00
public Bitmap.Config a;
/* renamed from: b reason: collision with root package name */
2022-04-04 20:51:55 +00:00
public Bitmap.Config f564b;
2022-01-27 00:50:41 +00:00
public c() {
Bitmap.Config config = Bitmap.Config.ARGB_8888;
this.a = config;
2022-04-04 20:51:55 +00:00
this.f564b = config;
2022-01-27 00:50:41 +00:00
}
2021-06-27 20:44:35 +00:00
}