25 lines
732 B
Java
25 lines
732 B
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.res.Resources;
|
||
|
import android.graphics.drawable.Drawable;
|
||
|
import java.lang.ref.WeakReference;
|
||
|
import o.KPD;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class gcL extends EjU {
|
||
|
private final WeakReference<Context> c;
|
||
|
|
||
|
@Override // o.EjU, android.content.res.Resources
|
||
|
public final Drawable getDrawable(int i) throws Resources.NotFoundException {
|
||
|
KPD.HBt hBt;
|
||
|
Drawable jd_ = jd_(i);
|
||
|
Context context = this.c.get();
|
||
|
if (jd_ != null && context != null && (hBt = KPD.d().b) != null) {
|
||
|
hBt.jc_(context, i, jd_);
|
||
|
}
|
||
|
return jd_;
|
||
|
}
|
||
|
}
|