Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt611 var componentType = psiType.componentType in <lambda>() variable
613 while (componentType is PsiArrayType) { in <lambda>()
614 componentType = componentType.componentType in <lambda>()
616 if (componentType is PsiClassType) { in <lambda>()
617 val cls = componentType.resolve() ?: return null in <lambda>()
DPsiTypeItem.kt282 ellipsisType.componentType.accept(this) in typeArgumentClasses()
287 arrayType.componentType.accept(this) in typeArgumentClasses()
380 appendJvmSignature(buffer, psiType.componentType) in appendJvmSignature()
481 type.componentType.annotate(provider).createArrayType() in getCanonicalText()
501 val componentType = type.componentType.annotate(provider) in getCanonicalText() constant
503 PsiEllipsisType(componentType, nonNullProvider) in getCanonicalText()
DPsiTypePrinter.kt124 getCanonicalText(type.componentType, null), in <lambda>()
199 return getText(type, getCanonicalText(type.componentType, null), "[]", elementAnnotations) in <lambda>()