Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCustomViewFinder.java196 final Set<String> thirdPartyViews = new HashSet<String>(); in findViews() local
228 thirdPartyViews.add(fqn); in findViews()
271 List<String> thirdParty = new ArrayList<String>(thirdPartyViews); in findViews()
357 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews); in viewsUpdated() argument
381 Collection<String> thirdPartyViews = in run()
385 l.viewsUpdated(customViews, thirdPartyViews); in run()
DPaletteControl.java1260 Collection<String> thirdPartyViews) { in viewsUpdated() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewWizard.java132 List<String> thirdPartyViews = result.getSecond(); in getWidgetTypes() local
142 if (thirdPartyViews.size() > 0) { in getWidgetTypes()
143 for (String view : thirdPartyViews) { in getWidgetTypes()
DWrapInWizard.java182 List<String> thirdPartyViews = result.getSecond(); in addLayouts() local
228 if (thirdPartyViews.size() > 0) { in addLayouts()
229 for (String view : thirdPartyViews) { in addLayouts()