Home
last modified time | relevance | path

Searched refs:attributeMap (Results 1 – 3 of 3) 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/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp45 vector<pair<string, string>> attributeMap; member
208 roleProperty.attributeMap = attributeNameValuePair; in setRoleProperties()
264 (mInputRoleVector.at(index).attributeMap).begin(); in checkRoleMap()
267 itr_attributeMapDB != mInputRoleVector.at(index).attributeMap.end(); in checkRoleMap()
/frameworks/base/core/java/android/view/
DView.java6238 final SparseArray<String> attributeMap = getAttributeMap();
6252 String resourceName = attributeMap.get(resourceId);
6259 attributeMap.put(resourceId, resourceName);