HomeSort by relevance Sort by last modified time
    Searched refs:customViews (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 195 final Set<String> customViews = new HashSet<String>();
240 customViews.add(fqn);
270 List<String> custom = new ArrayList<String>(customViews);
357 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews);
379 Collection<String> customViews =
385 l.viewsUpdated(customViews, thirdPartyViews);
GraphicalEditorPart.java     [all...]
PaletteControl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 131 List<String> customViews = result.getFirst();
133 if (customViews.size() > 0) {
134 for (String view : customViews) {
WrapInWizard.java 181 List<String> customViews = result.getFirst();
183 if (customViews.size() > 0) {
184 for (String view : customViews) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 140 CustomViewDescriptorService customViews = CustomViewDescriptorService.getInstance();
142 ViewElementDescriptor descriptor = customViews.getDescriptor(project, fqcn);

Completed in 501 milliseconds