Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt166 mapAnnotations = false, in toTypeString()
427 mapAnnotations = true, in toTypeString()
446 mapAnnotations: Boolean, in getCanonicalText()
502 val printer = PsiTypePrinter(codebase, filter, mapAnnotations, kotlinStyleNulls) in getCanonicalText()
DPsiTypePrinter.kt76 private val mapAnnotations: Boolean = false, in <lambda>() constant in com.android.tools.metalava.model.psi.PsiTypePrinter
490 if (mapAnnotations) { in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt834 val mapAnnotations = false in <lambda>() constant
835 …val printer = PsiTypePrinter(codebase, filter, mapAnnotations, kotlinStyleNulls, supportTypeUseAnn… in <lambda>()