OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sample
(Results
326 - 350
of
7148
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/build/prebuilts/gradle/LNotifications/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/MediaEffects/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/MediaRecorder/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/MediaRouter/Application/
build.gradle
24
// The
sample
build uses multiple directories to
26
// the main
sample
code.
28
'main', // main
sample
code; look here for the interesting stuff.
30
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/NavigationDrawer/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/NetworkConnect/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/PdfRendererBasic/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/RecyclerView/Application/
build.gradle
23
// The
sample
build uses multiple directories to
25
// the main
sample
code.
27
'main', // main
sample
code; look here for the interesting stuff.
29
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/
build.gradle
23
// The
sample
build uses multiple directories to
25
// the main
sample
code.
27
'main', // main
sample
code; look here for the interesting stuff.
29
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/RevealEffectBasic/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/StorageProvider/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/
build.gradle
22
// The
sample
build uses multiple directories to
24
// the main
sample
code.
26
'main', // main
sample
code; look here for the interesting stuff.
28
'template'] // boilerplate code that is generated by the
sample
template process
/developers/build/templates/CardStream/_MODULE_/src/template/res/layout/
card_button_negative.xml.ftl
1
<${
sample
.package}.cardstream.CardActionButton xmlns:android="http://schemas.android.com/apk/res/android"
card_button_neutral.xml.ftl
1
<${
sample
.package}.cardstream.CardActionButton xmlns:android="http://schemas.android.com/apk/res/android"
card_button_positive.xml.ftl
1
<${
sample
.package}.cardstream.CardActionButton xmlns:android="http://schemas.android.com/apk/res/android"
cardstream.xml.ftl
6
<${
sample
.package}.cardstream.CardStreamLinearLayout
/developers/build/templates/Wear/Shared/
build.gradle.ftl
28
// The
sample
build uses multiple directories to
30
// the main
sample
code.
32
'main', // main
sample
code; look here for the interesting stuff.
34
'template'] // boilerplate code that is generated by the
sample
template process
/developers/samples/android/admin/AppRestrictionEnforcer/
template-params.xml
20
<
sample
>
31
This
sample
demonstrates how to set restrictions to other apps as a profile owner.
32
Use AppRestrictionSchema
sample
as a app with available restrictions.
38
</
sample
>
/developers/samples/android/admin/AppRestrictionSchema/
template-params.xml
18
<
sample
>
29
This
sample
shows how to use app restrictions. This application has one boolean
32
AppRestrictionEnforcer
sample
to toggle the restriction.
42
</
sample
>
/developers/samples/android/connectivity/sync/BasicSyncAdapter/
template-params.xml
17
<
sample
>
29
This
sample
demonstrates using SyncAdapter to fetch background data for an app that
32
\n\nThis
sample
periodically downloads the feed from the Android Developer Blog and
43
</
sample
>
/developers/samples/android/renderScript/BasicRenderScript/
template-params.xml
20
<
sample
>
38
BasicRenderScript
sample
demonstrates basic steps how to use renderScript.
39
In the
sample
, it performs graphical filter operation on a image with renderScript.
47
</
sample
>
/developers/samples/android/security/keystore/BasicAndroidKeyStore/
template-params.xml
17
<
sample
>
28
Welcome to the <b>Basic Android Key Store</b>
sample
!\n\n
29
This
sample
demonstrates how to use the Android Key Store to safely create and store
43
</
sample
>
Completed in 178 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>