Searched defs:annotationClass (Results 1 – 7 of 7) sorted by relevance
116 val annotationClass = loader.loadClass("androidx.annotation.CallSuper") in Test rewriting the bytecode for one of the public annotations() constant153 val annotationClass = loader.loadClass("androidx.annotation.CallSuper") in Test rewriting the bytecode for one of the public annotations in a jar file() constant
38 val annotationClass = if (index == -1) constant
84 … val annotationClass = if (annotation.isNullable()) ANDROIDX_NULLABLE else ANDROIDX_NONNULL in <lambda>() constant
80 val annotationClass: ClassItem?, in <lambda>() constant in com.android.tools.metalava.ExtractAnnotations.AnnotationHolder
124 val annotationClass = annotation.javaPsi?.nameReferenceElement?.resolve() as? PsiClass in <lambda>() constant
139 val annotationClass = annotation.nameReferenceElement?.resolve() as? PsiClass in <lambda>() constant
252 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi() constant