/developers/build/templates/base-build/.google/ |
D | packaging.yaml.ftl | 13 </#if><#if sample.metadata.level?is_node> 14 level: ${sample.metadata.level}
|
/developers/build/templates/unmanaged/.google/ |
D | packaging.yaml.ftl | 13 </#if><#if sample.metadata.level?is_node> 14 level: ${sample.metadata.level}
|
/developers/build/templates/base/.google/ |
D | packaging.yaml.ftl | 13 </#if><#if sample.metadata.level?is_node> 14 level: ${sample.metadata.level}
|
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/ |
D | EnvelopeADSR.java | 59 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()
|
D | SynthVoice.java | 48 * @param level 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() argument 56 outputBuffer[offset + jf] += output * level; in mix()
|
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/ |
D | EnvelopeADSR.java | 59 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()
|
D | SynthVoice.java | 48 * @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/common/src/java/com/example/android/common/midi/synth/ |
D | EnvelopeADSR.java | 59 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()
|
D | SynthVoice.java | 48 * @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/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
D | MyPreferences.java | 98 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/ |
D | template-params.xml | 39 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/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
D | MyPreferences.java | 98 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/notification/LNotifications/ |
D | template-params.xml | 46 <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/content/LoaderCursor/res/values/ |
D | styles.xml | 20 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/build/prebuilts/androidtv/visual-game-controller/res/values/ |
D | styles.xml | 5 Base application theme, dependent on API level. This theme is replaced 18 <!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
/developers/samples/android/notification/BasicNotifications/ |
D | template-params.xml | 43 <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.
|
/developers/build/prebuilts/gradle/AppShortcuts/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/build/prebuilts/gradle/ContentProviderPaging/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/samples/android/ui/views/EffectiveNavigation/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/build/prebuilts/androidtv/sample-inputs/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/build/prebuilts/gradle/AutofillFramework/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/build/prebuilts/gradle/DownloadableFonts/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/build/prebuilts/gradle/RuntimePermissions/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
D | template-params.xml | 47 <level>INTERMEDIATE</level> 71 Immersive mode was introduced in Android 4.4 (Api Level 19). It is toggled using the
|
/developers/samples/android/notification/CustomNotifications/ |
D | template-params.xml | 39 <level>BEGINNER</level> 61 also demonstrates the expanded notification introduced in API level 16.
|