Searched refs:resourceIds (Results 1 – 5 of 5) sorted by relevance
66 int[] resourceIds = resourceLoader.getDrawableIds(resourceId); in buildDrawable() local67 Drawable[] drawables = new Drawable[resourceIds.length]; in buildDrawable()69 for (int i = 0; i < resourceIds.length; i++) { in buildDrawable()70 drawables[i] = buildDrawable(resourceIds[i]); in buildDrawable()
65 public Map<Integer,String> resourceIds = new HashMap<Integer,String>(); field in baksmaliOptions
103 options.resourceIds.put(public_key, public_val); in disassembleDexFile()
551 Map<Integer,String> resourceIds = methodDef.classDef.options.resourceIds; in writeCommentIfResourceId() local552 String resource = resourceIds.get(Integer.valueOf(val)); in writeCommentIfResourceId()
495 private void listNinePatchResources(Set<Integer> resourceIds, File dir) { in listNinePatchResources() argument500 listNinePatchResources(resourceIds, f); in listNinePatchResources()505 resourceIds.add(resourceExtractor.getResourceId("@drawable/" + tokens[0])); in listNinePatchResources()