private Drawable m2496a(Context context, long j) {
synchronized (this.f1317m) {
C0113f c0113f = (C0113f) this.f1318n.get(context);
if (c0113f == null) {
return null;
}
WeakReference weakReference = (WeakReference) c0113f.m641a(j);
if (weakReference != null) {
ConstantState constantState = (ConstantState) weakReference.get();
if (constantState != null) {
Drawable newDrawable = constantState.newDrawable(context.getResources());
return newDrawable;
}
c0113f.m645b(j);
}
return null;
}
}
ao.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:solved-hacking-problem
作者:
评论列表
文章目录