Home
last modified time | relevance | path

Searched refs:AnnotationFilter (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt10 interface AnnotationFilter { in <lambda>() interface
33 class MutableAnnotationFilter : AnnotationFilter {
DOptions.kt314 var showAnnotations: AnnotationFilter = mutableShowAnnotations in <lambda>()
321 val showSingleAnnotations: AnnotationFilter = mutableShowSingleAnnotations in <lambda>()
352 var hideAnnotations: AnnotationFilter = mutableHideAnnotations in <lambda>()
362 var showForStubPurposesAnnotations: AnnotationFilter = mutableShowForStubPurposesAnnotation in <lambda>()