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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_COPY_ICONS;
159 parameters.put(ATTR_COPY_ICONS, mIconState == null);
NewProjectWizard.java 67 static final String ATTR_COPY_ICONS = "copyIcons"; //$NON-NLS-1$
447 parameters.put(ATTR_COPY_ICONS, !mValues.createIcon);

Completed in 32 milliseconds