Searched refs:mutableShowAnnotations (Results 1 – 1 of 1) sorted by relevance
168 private val mutableShowAnnotations: MutableList<String> = mutableListOf() in <lambda>() constant in com.android.tools.metalava.Options308 var showAnnotations: List<String> = mutableShowAnnotations in <lambda>()718 … ARG_SHOW_ANNOTATION, "-showAnnotation" -> mutableShowAnnotations.add(getValue(args, ++index)) in <lambda>()724 mutableShowAnnotations.add(annotation) in <lambda>()