Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt576 loop@ for (annotationElement in getChildren(xmlElement)) { in <lambda>() method
577 val originalName = getAnnotationName(annotationElement) in <lambda>()
584 val annotationItem = createAnnotation(annotationElement) ?: continue in <lambda>()
619 private fun createAnnotation(annotationElement: Element): AnnotationItem? { in <lambda>()
620 val tagName = annotationElement.tagName in <lambda>()
622 val name = annotationElement.getAttribute(ATTR_NAME) in <lambda>()
626 val children = getChildren(annotationElement) in <lambda>()
653 val children = getChildren(annotationElement) in <lambda>()
765 val children = getChildren(annotationElement) in <lambda>()
778 val children = getChildren(annotationElement) in <lambda>()
[all …]