Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 202) sorted by relevance

123456789

/developers/samples/android/wearable/wear/JumpingJack/
DREADME-wear.txt17 Steps to use Wear template on top of an existing sample:
18 - In template-params.xml.ftl:
19 - Add the following template:
20 <template src="Wear"/>
28 achieved by adding another template, like "base" for example.
/developers/build/templates/WearPlusShared/
DREADME-wear.txt17 Steps to use Wear template on top of an existing sample:
18 - In template-params.xml.ftl:
19 - Add the following template:
20 <template src="Wear"/>
28 achieved by adding another template, like "base" for example.
/developers/samples/android/wearable/wear/DataLayer/
DREADME-wear.txt17 Steps to use Wear template on top of an existing sample:
18 - In template-params.xml.ftl:
19 - Add the following template:
20 <template src="Wear"/>
28 achieved by adding another template, like "base" for example.
/developers/build/templates/Wear/
DREADME-wear.txt17 Steps to use Wear template on top of an existing sample:
18 - In template-params.xml.ftl:
19 - Add the following template:
20 <template src="Wear"/>
28 achieved by adding another template, like "base" for example.
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
DApplyTemplates.groovy21 import freemarker.template.Configuration
22 import freemarker.template.DefaultObjectWrapper
23 import freemarker.template.Template
36 def Configuration cfg = new freemarker.template.Configuration()
74 * The hash which will be passed to the freemarker template engine. This hash
76 * The hash should contain a key named "meta". The template processor will add
88 // Create a list of Freemarker template loaders based on the
90 // file system for freemarker templates; the template language can
93 println "Gathering template load locations:"
102 println "Gathering template include locations:"
[all …]
DSampleGenProperties.groovy31 * of convenience methods for setting up template-generation tasks.
82 * @return The path that contains template files -- can be cleaned without harming
86 return "${targetSamplePath()}/src/template"
104 * The path to the template parameters file
107 return "${targetProjectPath}/template-params.xml"
144 * Returns the path to the template include directory
155 * @param relativeInputPath Input file as a relative path from the template directory
175 * Returns the tree(s) where the templates to be processed live. The template
185 xml.template.each { template ->
186 result.add(project.fileTree(dir: "${templatesRoot()}/${template.@src}"))
[all …]
/developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/
DREADME-simpleview.txt17 Steps to implement SimpleView template:
18 -in template-params.xml.ftl:
29 project built on this template.
/developers/build/templates/SimpleView/_MODULE_/
DREADME-simpleview.txt17 Steps to implement SimpleView template:
18 -in template-params.xml.ftl:
29 project built on this template.
/developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/
DREADME-simpleview.txt17 Steps to implement SimpleView template:
18 -in template-params.xml.ftl:
29 project built on this template.
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Application/
DREADME-simpleview.txt17 Steps to implement SimpleView template:
18 -in template-params.xml.ftl:
29 project built on this template.
/developers/build/templates/create/
Dtemplate-params.xml.ftl33 in template-params.xml.
39 <template src="base" />
40 <!-- template src="ActivityCards" / -->
41 <!-- template src="FragmentView" / -->
42 <!-- template src="CardStream" / -->
43 <!-- template src="SimpleView" / -->
44 <template src="SingleView" />
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Shared/
Dbuild.gradle28 'template'] // boilerplate code that is generated by the sample template process
/developers/samples/android/background/alarms/RepeatingAlarm/Application/
D.gitignore1 src/template/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/wearable/wear/WearNotifications/Shared/
Dbuild.gradle30 'template'] // boilerplate code that is generated by the sample template process
/developers/samples/android/ui/transition/FragmentTransition/Application/
D.gitignore5 src/template/
/developers/samples/android/input/gestures/BasicGestureDetect/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/admin/DeviceOwner/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/admin/NfcProvisioning/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/media/ScreenCapture/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/content/webview/PermissionRequest/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/content/DirectShare/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.
/developers/samples/android/notification/ActiveNotifications/Application/
DREADME-singleview.txt17 Steps to implement SingleView template:
18 -in template-params.xml.ftl:
45 project built on this template.

123456789