Searched refs:hideAnnotations (Results 1 – 7 of 7) sorted by relevance
229 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi + ModuleApi()285 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi only()321 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - ModuleApi Only, also check the stub files()
64 hideAnnotations = arrayOf( in Using hide annotation with Kotlin source()
417 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge inclusion annotations from Java stub files()
331 hideAnnotations: Array<String> = emptyArray(), in <lambda>()796 val hideAnnotationArguments = if (hideAnnotations.isNotEmpty()) { in <lambda>()798 for (annotation in hideAnnotations) { in <lambda>()
317 val hideAnnotations = options.hideAnnotations in mergeInclusionAnnotationsFromCodebase() constant319 …if (showAnnotations.isNotEmpty() || hideAnnotations.isNotEmpty() || hideMetaAnnotations.isNotEmpty… in mergeInclusionAnnotationsFromCodebase()325 …if ((showAnnotations.matches(annotation) || hideAnnotations.matches(annotation) || hideMetaAnnotat… in mergeInclusionAnnotationsFromCodebase()
391 var hideAnnotations: AnnotationFilter = mutableHideAnnotations in <lambda>() variable in com.android.tools.metalava.Options
145 if (options.hideAnnotations.isEmpty() && options.hideMetaAnnotations.isEmpty()) { in <lambda>()149 options.hideAnnotations.matches(annotation) || in <lambda>()