Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java606 boolean instantiate = TAG_INSTANTIATE.equals(name); in execute()
607 if (TAG_COPY.equals(name) || instantiate) { in execute()
615 if (instantiate) { in execute()
616 instantiate(freemarker, paramMap, fromPath, to); in execute()
720 boolean instantiate = relativeFrom.endsWith(DOT_FTL); in merge()
721 if (instantiate) { in merge()
722 instantiate(freemarker, paramMap, relativeFrom, toPath); in merge()
956 private void instantiate( in instantiate() method in TemplateHandler
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt37 class : Supply the name of the view class to instantiate
175 android:name : Supply the name of the fragment class to instantiate.