Searched refs:layoutsOnly (Results 1 – 1 of 1) sorted by relevance
188 final IProject project, boolean layoutsOnly) { in findViews() argument191 return finder.findViews(layoutsOnly); in findViews()194 private Pair<List<String>,List<String>> findViews(final boolean layoutsOnly) { in findViews() argument221 if (!isValidView(type, layoutsOnly)) { in findViews()235 if (!isValidView(type, layoutsOnly)) { in findViews()248 String className = layoutsOnly ? CLASS_VIEWGROUP : CLASS_VIEW; in findViews()273 if (!layoutsOnly) { in findViews()287 private static boolean isValidView(IType type, boolean layoutsOnly) in isValidView() argument