Searched refs:attributeMap (Results 1 – 2 of 2) sorted by relevance
233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local234 if (attributeMap == null) { in getEnumMap()235 attributeMap = Maps.newHashMap(); in getEnumMap()236 map.put(attr, attributeMap); in getEnumMap()238 attributeMap.put(name, i); in getEnumMap()
6115 final SparseArray<String> attributeMap = getAttributeMap();6129 String resourceName = attributeMap.get(resourceId);6136 attributeMap.put(resourceId, resourceName);