Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCustomViewFinder.java195 final Set<String> customViews = new HashSet<String>(); in findViews() local
240 customViews.add(fqn); in findViews()
270 List<String> custom = new ArrayList<String>(customViews); in findViews()
357 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews); in viewsUpdated() argument
379 Collection<String> customViews = in run()
385 l.viewsUpdated(customViews, thirdPartyViews); in run()
DGraphicalEditorPart.java1981 Collection<String> customViews = getCustomViewClassNames(project); in displayFailingClasses() local
1982 addTypoSuggestions(clazz, customViews, false); in displayFailingClasses()
1983 addTypoSuggestions(clazz, customViews, true); in displayFailingClasses()
DPaletteControl.java1259 public void viewsUpdated(Collection<String> customViews, in viewsUpdated() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewWizard.java131 List<String> customViews = result.getFirst(); in getWidgetTypes() local
133 if (customViews.size() > 0) { in getWidgetTypes()
134 for (String view : customViews) { in getWidgetTypes()
DWrapInWizard.java181 List<String> customViews = result.getFirst(); in addLayouts() local
183 if (customViews.size() > 0) { in addLayouts()
184 for (String view : customViews) { in addLayouts()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java140 CustomViewDescriptorService customViews = CustomViewDescriptorService.getInstance(); in getCustomViews() local
142 ViewElementDescriptor descriptor = customViews.getDescriptor(project, fqcn); in getCustomViews()