Searched refs:mCustomViews (Results 1 – 1 of 1) sorted by relevance
79 private List<String> mCustomViews; field in CustomViewFinder158 return mCustomViews == null ? null : Collections.unmodifiableCollection(mCustomViews); in getCustomViews()168 if (mCustomViews == null) { in getAllViews()171 List<String> all = new ArrayList<String>(mCustomViews.size() + mThirdPartyViews.size()); in getAllViews()172 all.addAll(mCustomViews); in getAllViews()275 mCustomViews = custom; in findViews()372 mCustomViews = views.getFirst(); in run()380 Collections.unmodifiableCollection(mCustomViews); in run()