Home
last modified time | relevance | path

Searched refs:readKeypressSoundVolume (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAdvancedSettingsFragment.java225 return getPercentageFromValue(Settings.readKeypressSoundVolume(prefs, res)); in setupKeypressSoundVolumeSettings()
DSettings.java297 public static float readKeypressSoundVolume(final SharedPreferences prefs, in readKeypressSoundVolume() method in Settings
DSettingsValues.java161 mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res); in SettingsValues()