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()
48 if (mShowAnnotations.size() > 0) { in isHidden()
56 if (mShowAnnotations.size() > 0) { in isRemoved()
157 mShowAnnotations != null && !mShowAnnotations.isEmpty()) { in checkLevel()
173 return mShowAnnotations; in showAnnotations()
189 private ArrayList<AnnotationInstanceInfo> mShowAnnotations; field in MemberInfo
DClassInfo.java137 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in initialize()
169 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in init()
1600 return mShowAnnotations != null && mShowAnnotations.size() > 0; in hasShowAnnotation()
1604 return mShowAnnotations; in showAnnotations()
1893 private ArrayList<AnnotationInstanceInfo> mShowAnnotations; field in ClassInfo