Searched refs:mShowAnnotations (Results 1 – 2 of 2) sorted by relevance
41 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
141 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