discord-jadx/app/src/main/java/c/f/j/e/k.java

48 lines
1.2 KiB
Java

package c.f.j.e;
import c.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;
public final d b = new c();
/* renamed from: c reason: collision with root package name */
public final boolean f435c;
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;
public boolean b;
/* renamed from: c reason: collision with root package name */
public Supplier<Boolean> f436c = new c.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.f435c = bVar.b;
this.d = bVar.f436c;
this.e = true;
this.f = true;
this.g = 20;
}
}