Searched refs:attributeMap (Results 1 - 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java233 Map<String, Integer> attributeMap = map.get(attr);
234 if (attributeMap == null) {
235 attributeMap = Maps.newHashMap();
236 map.put(attr, attributeMap);
238 attributeMap.put(name, i);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java157 attributeMap(ctx).containsKey("android:id")) {
193 final Map<String, String> attributes = attributeMap(parent);
270 final String id = attributeMap(elm).get("android:id");
279 String classNode = attributeMap(elm).get("class");
296 final Map<String, String> attrMap = attributeMap(imp);
308 final Map<String, String> attrMap = attributeMap(variable);
465 private static Map<String, String> attributeMap(XMLParser.ElementContext root) { method in class:LayoutFileParser
/frameworks/base/core/java/android/view/
H A DView.java5707 final SparseArray<String> attributeMap = getAttributeMap();
5721 String resourceName = attributeMap.get(resourceId);
5728 attributeMap.put(resourceId, resourceName);
[all...]

Completed in 130 milliseconds