Home
last modified time | relevance | path

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

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java85 private Set<String> skipAttributes; field in HardcodedColorDetector
89 skipAttributes = new HashSet<>(); in HardcodedColorDetector()
92 skipAttributes.add("fillColor"); in HardcodedColorDetector()
93 skipAttributes.add("strokeColor"); in HardcodedColorDetector()
94 skipAttributes.add("text"); in HardcodedColorDetector()
122 if (!skipAttributes.contains(attribute.getLocalName()) && resUrl == null in visitAttribute()