Home
last modified time | relevance | path

Searched refs:hideAnnotations (Results 1 – 7 of 7) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DShowForStubPurposesAnnotationTest.kt229 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()
DHideAnnotationTest.kt64 hideAnnotations = arrayOf( in Using hide annotation with Kotlin source()
DAnnotationsMergerTest.kt417 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge inclusion annotations from Java stub files()
DDriverTest.kt331 hideAnnotations: Array<String> = emptyArray(), in <lambda>()
796 val hideAnnotationArguments = if (hideAnnotations.isNotEmpty()) { in <lambda>()
798 for (annotation in hideAnnotations) { in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt317 val hideAnnotations = options.hideAnnotations in mergeInclusionAnnotationsFromCodebase() constant
319 …if (showAnnotations.isNotEmpty() || hideAnnotations.isNotEmpty() || hideMetaAnnotations.isNotEmpty… in mergeInclusionAnnotationsFromCodebase()
325 …if ((showAnnotations.matches(annotation) || hideAnnotations.matches(annotation) || hideMetaAnnotat… in mergeInclusionAnnotationsFromCodebase()
DOptions.kt391 var hideAnnotations: AnnotationFilter = mutableHideAnnotations in <lambda>() variable in com.android.tools.metalava.Options
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt145 if (options.hideAnnotations.isEmpty() && options.hideMetaAnnotations.isEmpty()) { in <lambda>()
149 options.hideAnnotations.matches(annotation) || in <lambda>()