Home
last modified time | relevance | path

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

/sdk/attribute_stats/src/
DAnalyzer.java71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies = field in Analyzer
289 Map<String, Usage> attributeMap = mLayoutAttributeFrequencies.get(parentTag); in countLayoutAttributes()
292 mLayoutAttributeFrequencies.put(parentTag, attributeMap); in countLayoutAttributes()
381 views = new ArrayList<String>(mLayoutAttributeFrequencies.keySet()); in printStatistics()
384 String top = processUageMap(view, mLayoutAttributeFrequencies.get(view)); in printStatistics()