Searched refs:mAttributeMap (Results 1 – 3 of 3) sorted by relevance
60 private Map<String, AttributeInfo> mAttributeMap; field in IdeScanningContext81 mAttributeMap = targetData.getAttributeMap(); in IdeScanningContext()225 if (!needsFullAapt() && mAttributeMap != null && ANDROID_URI.equals(uri)) { in checkValue()226 AttributeInfo info = mAttributeMap.get(name); in checkValue()
58 private Map<String, AttributeInfo> mAttributeMap; field in AttrsXmlParser99 return mAttributeMap; in getAttributeMap()129 mAttributeMap = Maps.newHashMapWithExpectedSize(expectedAttributeCount); in AttrsXmlParser()133 mAttributeMap.putAll(inheritableAttributes.mAttributeMap); in AttrsXmlParser()424 info = mAttributeMap.get(name); in parseAttr()430 mAttributeMap.put(name, info); in parseAttr()
93 private Map<String, AttributeInfo> mAttributeMap; field in AndroidTargetData108 mAttributeMap = attributeMap; in setAttributeMap()119 return mAttributeMap; in getAttributeMap()