Home
last modified time | relevance | path

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

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java130 addIndirectColor(context, value, attribute); in visitAttribute()
166 addIndirectColor(context, value, child); in visitElement()
223 private void addIndirectColor(XmlContext context, String color, Node node) { in addIndirectColor() method in HardcodedColorDetector