Searched refs:mHideAnnotations (Results 1 - 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DMemberInfo.java42 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations);
52 return super.isHidden() || mHideAnnotations.size() > 0;
178 return mHideAnnotations;
195 private ArrayList<AnnotationInstanceInfo> mHideAnnotations; field in class:MemberInfo
H A DClassInfo.java143 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations);
176 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations);
1677 return mHideAnnotations != null && mHideAnnotations.size() > 0;
1681 return mHideAnnotations;
1980 private ArrayList<AnnotationInstanceInfo> mHideAnnotations; field in class:ClassInfo

Completed in 153 milliseconds