Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 47) sorted by relevance

12

/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.java50 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/
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/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/views/EffectiveNavigation/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/media/PictureInPicture/kotlinApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/ui/fonts/DownloadableFonts/kotlinApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/system/RuntimePermissions/kotlinApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/sensors/AccelerometerPlay/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/ui/fonts/DownloadableFonts/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/system/AppShortcuts/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/input/autofill/AutofillFramework/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/system/RuntimePermissions/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/content/documentsUi/ContentProviderPaging/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/media/PictureInPicture/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/ui/views/RecyclerView/kotlinApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/notification/Bubbles/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/input/keyboard/CommitContentSampleApp/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/input/keyboard/CommitContentSampleIME/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developers/samples/android/
DREADME.txt3 New top level directories (categories) are not automatically published. If
/developers/samples/android/notification/BasicNotifications/
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/demos/JustForUs/
Dbuild.gradle15 // Top-level build file where you can add configuration options common to all sub-projects/modules.

12