discord-jadx/app/src/main/java/b/f/j/e/k.java
2021-12-17 22:59:34 +01:00

47 lines
1.1 KiB
Java

package b.f.j.e;
import b.f.j.e.j;
import com.facebook.common.internal.Supplier;
import java.util.Objects;
/* compiled from: ImagePipelineExperiments */
public class k {
public final int a = 2048;
/* renamed from: b reason: collision with root package name */
public final d f564b = new c();
public final boolean c;
public final Supplier<Boolean> d;
public boolean e;
public final boolean f;
public final int g;
/* compiled from: ImagePipelineExperiments */
public static class b {
public final j.a a;
/* renamed from: b reason: collision with root package name */
public boolean f565b;
public Supplier<Boolean> c = new b.f.d.d.k(Boolean.FALSE);
public b(j.a aVar) {
this.a = aVar;
}
}
/* compiled from: ImagePipelineExperiments */
public static class c implements d {
}
/* compiled from: ImagePipelineExperiments */
public interface d {
}
public k(b bVar, a aVar) {
Objects.requireNonNull(bVar);
this.c = bVar.f565b;
this.d = bVar.c;
this.e = true;
this.f = true;
this.g = 20;
}
}