Searched refs:mLayoutAttributeFrequencies (Results 1 – 1 of 1) sorted by relevance
71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies = field in Analyzer289 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()