Home
last modified time | relevance | path

Searched refs:mCustomViews (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.java79 private List<String> mCustomViews; field in CustomViewFinder
158 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()