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