Home
last modified time | relevance | path

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

/sdk/attribute_stats/src/
DAnalyzer.java288 String parentTag = element.getParentNode().getNodeName(); in countLayoutAttributes() local
289 Map<String, Usage> attributeMap = mLayoutAttributeFrequencies.get(parentTag); in countLayoutAttributes()
292 mLayoutAttributeFrequencies.put(parentTag, attributeMap); in countLayoutAttributes()