discord-jadx/app/src/main/java/c/f/j/p/u.java

31 lines
1006 B
Java

package c.f.j.p;
import android.util.Pair;
import c.f.j.c.i;
import c.f.j.c.n;
import c.f.j.j.e;
import com.facebook.cache.common.CacheKey;
import com.facebook.imagepipeline.request.ImageRequest;
/* compiled from: EncodedCacheKeyMultiplexProducer */
public class u extends k0<Pair<CacheKey, ImageRequest.c>, e> {
public final i f;
public u(i iVar, boolean z2, v0 v0Var) {
super(v0Var, "EncodedCacheKeyMultiplexProducer", "multiplex_enc_cnt", z2);
this.f = iVar;
}
/* Return type fixed from 'java.io.Closeable' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.io.Closeable] */
@Override // c.f.j.p.k0
public e c(e eVar) {
return e.a(eVar);
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // c.f.j.p.k0
public Pair<CacheKey, ImageRequest.c> d(w0 w0Var) {
return Pair.create(((n) this.f).b(w0Var.e(), w0Var.b()), w0Var.q());
}
}