Home
last modified time | relevance | path

Searched defs:getCanonicalText (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypePrinter.kt115 private fun getCanonicalText( in <lambda>() method
198 …private fun getCanonicalText(type: PsiArrayType, elementAnnotations: List<AnnotationItem>?): Strin… in <lambda>() method in com.android.tools.metalava.model.psi.PsiTypePrinter
232 …private fun getCanonicalText(type: PsiPrimitiveType, elementAnnotations: List<AnnotationItem>?): S… in <lambda>() method
250 …private fun getCanonicalText(type: PsiClassReferenceType, elementAnnotations: List<AnnotationItem>… in <lambda>() method
294 private fun getCanonicalText( in <lambda>() method
536 …private fun getCanonicalText(type: PsiImmediateClassType, elementAnnotations: List<AnnotationItem>… in <lambda>() method
DPsiTypeItem.kt441 private fun getCanonicalText( in getCanonicalText() method