Searched refs:indirectColorMultiMap (Results 1 – 1 of 1) sorted by relevance
83 private Multimap<String, Location.Handle> indirectColorMultiMap; field in HardcodedColorDetector88 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()