Home
last modified time | relevance | path

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

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java121 final ResourceUrl resUrl = ResourceUrl.parse(value); in visitAttribute() local
122 if (!skipAttributes.contains(attribute.getLocalName()) && resUrl == null in visitAttribute()
129 } else if (resUrl != null && resUrl.type == ResourceType.COLOR && !resUrl.theme) { in visitAttribute()
159 final ResourceUrl resUrl = ResourceUrl.parse(value); in visitElement() local
160 if (resUrl == null && isHardcodedColor(value)) { in visitElement()
164 } else if (resUrl != null && resUrl.type == ResourceType.COLOR in visitElement()
165 && !resUrl.theme) { in visitElement()