Home
last modified time | relevance | path

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

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