Searched refs: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() constant117 val modifiers = annotationClass.modifiers in Test rewriting the bytecode for one of the public annotations()119 assertTrue(annotationClass.isAnnotation) in Test rewriting the bytecode for one of the public annotations()153 val annotationClass = loader.loadClass("androidx.annotation.CallSuper") in Test rewriting the bytecode for one of the public annotations in a jar file() constant154 val modifiers = annotationClass.modifiers in Test rewriting the bytecode for one of the public annotations in a jar file()156 assertTrue(annotationClass.isAnnotation) in Test rewriting the bytecode for one of the public annotations in a jar file()
38 val annotationClass = if (index == -1) constant42 originalName = annotationClass43 …qualifiedName = if (mapName) AnnotationItem.mapName(codebase, annotationClass) else annotationClass
80 val annotationClass: ClassItem?, in <lambda>() constant in com.android.tools.metalava.ExtractAnnotations.AnnotationHolder326 private fun hasSourceRetention(annotationClass: ClassItem): Boolean { in <lambda>()327 if (annotationClass is PsiClassItem) { in <lambda>()328 return hasSourceRetention(annotationClass.psiClass) in <lambda>()
84 … val annotationClass = if (annotation.isNullable()) ANDROIDX_NULLABLE else ANDROIDX_NONNULL in <lambda>() constant90 … modifiers.addAnnotation(new.codebase.createAnnotation("@$annotationClass", new, mapName = false)) in <lambda>()
124 val annotationClass = annotation.javaPsi?.nameReferenceElement?.resolve() as? PsiClass in <lambda>() constant126 if (annotationClass != null && showDefaultAttrs) { in <lambda>()127 for (method in annotationClass.methods) { in <lambda>()
139 val annotationClass = annotation.nameReferenceElement?.resolve() as? PsiClass in <lambda>() constant141 if (annotationClass != null && showDefaultAttrs) { in <lambda>()142 for (method in annotationClass.methods) { in <lambda>()
252 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi() constant258 … modifiers.addAnnotation(codebase.createAnnotation("@$annotationClass", this, mapName = false)) in psi()