Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 55) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateMetadata.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_BUIL…
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_REVISION;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_BACKGROUN…
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_CLIPART_N…
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_DESCRIPTI…
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FOREGROUN…
25 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FORMAT;
26 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_NAME;
[all …]
DNewTemplateWizardState.java17 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_AP…
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_COPY_ICO…
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_…
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_…
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_A…
25 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_LIBRARY_PR…
26 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_NEW_PROJEC…
27 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewTemplateWizard.BLANK_ACTIVI…
DTemplateManager.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.TEMPLATE_XML;
152 List<File> templates = new ArrayList<File>(); in getTemplates() local
160 templates.add(file); in getTemplates()
177 int index = templates.indexOf(replaces); in getTemplates()
179 templates.set(index, file); in getTemplates()
181 templates.add(file); in getTemplates()
185 templates.add(file); in getTemplates()
193 if (templates.size() > 1) { in getTemplates()
194 Collections.sort(templates, new Comparator<File>() { in getTemplates()
[all …]
DActivityPage.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_ACTI…
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_OTHE…
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_LAUNCHER;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_PADDIN…
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_WIDTH;
119 java.util.List<File> templates = manager.getTemplates(CATEGORY_ACTIVITIES); in onEnter() local
122 templates.addAll(manager.getTemplates(CATEGORY_OTHER)); in onEnter()
124 java.util.List<String> names = new ArrayList<String>(templates.size()); in onEnter()
126 mTemplates = Lists.newArrayListWithExpectedSize(templates.size()); in onEnter()
[all …]
DFmLayoutToActivityMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_S…
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PRE…
DFmActivityToLayoutMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_S…
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PRE…
DNewActivityWizard.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_AP…
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_…
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_…
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_A…
DNewTemplateWizard.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_AP…
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_…
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_…
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_A…
DParameter.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_…
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_CONSTRAIN…
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_DEFAULT;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_HELP;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_ID;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_NAME;
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_SUGGEST;
DFmClassNameToResourceMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_S…
DNewProjectWizardState.java17 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_PROJ…
DFmSlashedPackageNameMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmUnderscoreToCamelCaseMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmEscapeXmlAttributeMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmEscapeXmlTextMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmCamelCaseToUnderscoreMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmEscapeXmlStringMethod.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
/sdk/
Dbuild.gradle23 item('templates/build.template') {
25 notice 'templates/NOTICE'
27 item('templates/uibuild.template') {
29 notice 'templates/NOTICE'
31 item('templates/build_gradle.template') {
33 notice 'templates/NOTICE'
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
Dbuild.properties6 templates/,\
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
Dbuild.properties7 templates/,\
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DNewProjectAction.java19 import com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmExtractLettersMethodTest.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmEscapeXmlTextMethodTest.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmEscapeXmlAttributeMethodTest.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;
DFmSlashedPackageNameMethodTest.java16 package com.android.ide.eclipse.adt.internal.wizards.templates;

123