HomeSort by relevance Sort by last modified time
    Searched full:templateroot (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/
TemplateManager.java 109 File templateRoot = getTemplateRootFolder();
110 if (templateRoot != null) {
112 File templateFile = new File(templateRoot,
131 File templateRoot = getTemplateRootFolder();
132 if (templateRoot != null) {
133 File templateFile = new File(templateRoot,
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
SetupWizardLayout.java 187 final View templateRoot = onInflateTemplate(inflater, templateResource);
188 addViewInternal(templateRoot);

Completed in 139 milliseconds