Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMemberInfo.java42 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in MemberInfo()
52 return super.isHidden() || mHideAnnotations.size() > 0; in isHidden()
178 return mHideAnnotations; in hideAnnotations()
195 private ArrayList<AnnotationInstanceInfo> mHideAnnotations; field in MemberInfo
DClassInfo.java142 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in initialize()
175 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in init()
1676 return mHideAnnotations != null && mHideAnnotations.size() > 0; in hasHideAnnotation()
1680 return mHideAnnotations; in hideAnnotations()
1979 private ArrayList<AnnotationInstanceInfo> mHideAnnotations; field in ClassInfo