Home
last modified time | relevance | path

Searched refs:attributeMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local
234 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()
/frameworks/base/core/java/android/view/
DView.java6115 final SparseArray<String> attributeMap = getAttributeMap();
6129 String resourceName = attributeMap.get(resourceId);
6136 attributeMap.put(resourceId, resourceName);