Home
last modified time | relevance | path

Searched refs:readDefaultKeypressSoundVolume (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java292 : readDefaultKeypressSoundVolume(res); in readKeypressSoundVolume()
299 public static float readDefaultKeypressSoundVolume(final Resources res) { in readDefaultKeypressSoundVolume() method in Settings
DAdvancedSettingsFragment.java207 return getPercentageFromValue(Settings.readDefaultKeypressSoundVolume(res)); in setupKeypressSoundVolumeSettings()