private Drawable m2677a(ComponentName componentName) {
Object obj = null;
String flattenToShortString = componentName.flattenToShortString();
if (this.f1488n.containsKey(flattenToShortString)) {
ConstantState constantState = (ConstantState) this.f1488n.get(flattenToShortString);
return constantState == null ? null : constantState.newDrawable(this.f1487m.getResources());
} else {
Drawable b = m2684b(componentName);
if (b != null) {
obj = b.getConstantState();
}
this.f1488n.put(flattenToShortString, obj);
return b;
}
}
da.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:solved-hacking-problem
作者:
评论列表
文章目录