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.java202 return getPercentageFromValue(Settings.readKeypressSoundVolume(prefs, res)); in setupKeypressSoundVolumeSettings()
DSettings.java287 public static float readKeypressSoundVolume(final SharedPreferences prefs, in readKeypressSoundVolume() method in Settings
DSettingsValues.java169 mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res); in SettingsValues()