Home
last modified time | relevance | path

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

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java83 private Multimap<String, Location.Handle> indirectColorMultiMap; field in HardcodedColorDetector
88 indirectColorMultiMap = ArrayListMultimap.create(); in HardcodedColorDetector()
190 if (indirectColorMultiMap.containsKey(fullColorName)) { in afterCheckProject()
191 for (Location.Handle handle : indirectColorMultiMap.get(fullColorName)) { in afterCheckProject()
227 indirectColorMultiMap.put(color, handle); in addIndirectColor()