Searched refs:mThirdPartyViews (Results 1 – 1 of 1) sorted by relevance
80 private List<String> mThirdPartyViews; field in CustomViewFinder162 return mThirdPartyViews == null in getThirdPartyViews()163 ? null : Collections.unmodifiableCollection(mThirdPartyViews); in getThirdPartyViews()171 List<String> all = new ArrayList<String>(mCustomViews.size() + mThirdPartyViews.size()); in getAllViews()173 all.addAll(mThirdPartyViews); in getAllViews()276 mThirdPartyViews = thirdParty; in findViews()373 mThirdPartyViews = views.getSecond(); in run()382 Collections.unmodifiableCollection(mThirdPartyViews); in run()