Home
last modified time | relevance | path

Searched refs:mThirdPartyViews (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCustomViewFinder.java80 private List<String> mThirdPartyViews; field in CustomViewFinder
162 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()