Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMemberInfo.java41 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in MemberInfo()
49 if (mShowAnnotations.size() > 0) { in isHidden()
154 mShowAnnotations != null && !mShowAnnotations.isEmpty()) { in checkLevel()
170 return mShowAnnotations != null && mShowAnnotations.size() > 0; in hasShowAnnotation()
174 return mShowAnnotations; in showAnnotations()
194 private ArrayList<AnnotationInstanceInfo> mShowAnnotations; field in MemberInfo
DClassInfo.java141 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in initialize()
174 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in init()
1668 return mShowAnnotations != null && mShowAnnotations.size() > 0; in hasShowAnnotation()
1672 return mShowAnnotations; in showAnnotations()
1978 private ArrayList<AnnotationInstanceInfo> mShowAnnotations; field in ClassInfo