Searched refs:resIds (Results 1 – 2 of 2) sorted by relevance
27 private BiMap<String, Integer> resIds = HashBiMap.create(); field in ResourceRemapper80 Integer value = resIds.get(resourceName); in remapRClass()85 } else if (resIds.containsValue(field.getInt(null))) { in remapRClass()88 resIds.put(resourceName, remappedValue); in remapRClass()92 resIds.put(resourceName, field.getInt(null)); in remapRClass()96 resIds.put(resourceName, remappedValue); in remapRClass()115 Integer value = resIds.get("attr/" + localAttributeIds.get(styleableArray[k])); in remapRClass()
271 final SparseArray<Integer> resIds = new SparseArray<>(); in build() local346 resIds.put(attrNameIndex, attrId); in build()362 Integer value = resIds.get(i); in build()