OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/
TemplateLayout.java
89
final View
templateRoot
= onInflateTemplate(inflater, templateResource);
90
addViewInternal(
templateRoot
);
Completed in 71 milliseconds