HomeSort by relevance Sort by last modified time
    Searched refs:templateHandler (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/
ActivityPage.java 21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_PADDING;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_WIDTH;
187 TemplateHandler handler = mValues.activityValues.getTemplateHandler();
271 TemplateHandler templateHandler = mValues.activityValues.getTemplateHandler();
272 status = templateHandler.validateTemplate(mValues.minSdkLevel,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_ID;
545 TemplateHandler templateHandler = values.getTemplateHandler();
546 TemplateMetadata template = templateHandler.getTemplate();
738 if (TemplateHandler.sMostRecentException != null) {
739 fail(values.projectName + ": " + TemplateHandler.sMostRecentException.toString());
    [all...]

Completed in 204 milliseconds