Home
last modified time | relevance | path

Searched full:level (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DMyPreferences.java98 public void setLoggingLevel(Util.LogLevel level) { in setLoggingLevel() argument
99 mPrefs.edit().putInt(LOGGING_LEVEL, level.ordinal()).apply(); in setLoggingLevel()
100 Util.setLoggingLevel(level); in setLoggingLevel()
108 public void setDalCheckRequired(Util.DalCheckRequirement level) { in setDalCheckRequired() argument
109 mPrefs.edit().putInt(DAL_CHECK_REQUIRED, level.ordinal()).apply(); in setDalCheckRequired()
/developers/samples/android/connectivity/wifidirect/DirectP2P/
Dtemplate-params.xml39 feature is supported only on Android 4.0 (API level 14) and higher versions of
55 <level>ADVANCED</level>
69 … the use of Wi-Fi Direct APIs for communication available on Android 4.0 (API level 14) and higher.
85 feature is supported only on Android 4.0 (API level 14) and higher versions of
/developers/samples/android/common/src/java/com/example/android/common/midi/synth/
DEnvelopeADSR.java59 public void setSustainLevel(float level) { in setSustainLevel() argument
60 if (level < 0.0f) in setSustainLevel()
61 level = 0.0f; in setSustainLevel()
62 mSustainLevel = level; in setSustainLevel()
DSynthVoice.java48 * @param level
50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() argument
56 outputBuffer[offset + jf] += output * level; in mix()
/developers/samples/android/notification/LNotifications/
Dtemplate-params.xml46 <level>INTERMEDIATE</level>
69 Android 5.0 (Lollipop, API level 21) introduced additional features to the Notification API.
70 Specifically, it allows developers to specify the priority and visibility level for
/developers/samples/android/notification/BasicNotifications/
Dtemplate-params.xml43 <level>BEGINNER</level>
57 1.6 (Donut) (API level 4) or newer.
65 The class [Notification][2] was added in the Android 3.0 (API level 11), but this
67 which offers the same functionality for Android 1.6 (API level 4) or newer.
DREADME.md8 1.6 (Donut) (API level 4) or newer.
16 The class [Notification][2] was added in the Android 3.0 (API level 11), but this
18 which offers the same functionality for Android 1.6 (API level 4) or newer.
/developers/build/templates/base/.google/
Dpackaging.yaml.ftl13 </#if><#if sample.metadata.level?is_node>
14 level: ${sample.metadata.level}
/developers/build/templates/base-build/.google/
Dpackaging.yaml.ftl13 </#if><#if sample.metadata.level?is_node>
14 level: ${sample.metadata.level}
/developers/build/templates/unmanaged/.google/
Dpackaging.yaml.ftl13 </#if><#if sample.metadata.level?is_node>
14 level: ${sample.metadata.level}
/developers/samples/android/ui/Interpolator/
Dtemplate-params.xml49 <level>INTERMEDIATE</level>
68 design across platforms and devices. Starting with API level 21,
/developers/samples/android/notification/CustomNotifications/
Dtemplate-params.xml39 <level>BEGINNER</level>
61 also demonstrates the expanded notification introduced in API level 16.
/developers/samples/android/ui/window/BasicImmersiveMode/
Dtemplate-params.xml47 <level>INTERMEDIATE</level>
71 Immersive mode was introduced in Android 4.4 (Api Level 19). It is toggled using the
/developers/samples/android/ui/window/AdvancedImmersiveMode/
Dtemplate-params.xml46 <level>INTERMEDIATE</level>
67 Android 4.4 (API Level 19) introduces a new `SYSTEM_UI_FLAG_IMMERSIVE`
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DVisibilityMetadataFragment.java101 * Creates a new notification with a different visibility level.
142 * Creates a new notification with a different visibility level.
149 // level differs on the lockscreen. in showNotificationClicked()
166 * Visibility level of the notification.
/developers/samples/android/content/LoaderCursor/res/values/
Dstyles.xml20 Base application theme, dependent on API level. This theme is replaced
33 <!-- All customizations that are NOT specific to a particular API-level can go here. -->
/developers/samples/android/ui/views/Elevation/ElevationBasic/
Dtemplate-params.xml49 <level>BEGINNER</level>
61 `setTranslationZ()`. This method was introduced in API Level 21 ('Lollipop').
/developers/samples/android/ui/views/RecyclerView/
Dtemplate-params.xml47 <level>INTERMEDIATE</level>
74 available in the v7 Support Library, thus compatible with API level 7 and above.
/developers/samples/android/ui/fonts/DownloadableFonts/
Dtemplate-params.xml41 <level>INTERMEDIATE</level>
85 corresponding classes in the framework, but the feature is available back to API level 14 if you
/developers/samples/android/content/documentsUi/DirectorySelection/
Dtemplate-params.xml48 <level>INTERMEDIATE</level>
64 introduced in Android 4.4 (API level 19).
70 The [Directory Selection][1] API, which was introduced in Android 5.0 (API level 21)
/developers/samples/android/wearable/wear/JumpingJack/
Dtemplate-params.xml44 <level>INTERMEDIATE</level>
/developers/samples/android/deprecated/wearable/wear/WatchViewStub/
Dtemplate-params.xml39 <level>INTERMEDIATE</level>
/developers/samples/android/content/ShareActionProvider/
Dtemplate-params.xml40 <level>ADVANCED</level>
/developers/samples/android/deprecated/wearable/wear/Flashlight/
Dtemplate-params.xml44 <level>BEGINNER</level>
/developers/samples/android/ui/accessibility/BasicAccessibility/
Dtemplate-params.xml40 <level>BEGINNER</level>

12345678910>>...13