Searched refs:mHideAnnotations (Results 1 – 2 of 2) sorted by relevance
42 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
142 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