Home
last modified time | relevance | path

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

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java145 final String tagName = element.getTagName(); in visitElement() local
146 if (tagName.equals(TAG_STYLE)) { in visitElement()
171 } else if (tagName.equals(TAG_COLOR)) { in visitElement()
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js48 function makeTitle(tagName) { argument
51 domText.innerHTML = tagName;