HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentKeypressSoundVolume (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 146 mFxVolume = getCurrentKeypressSoundVolume(prefs, res);
321 public static float getCurrentKeypressSoundVolume(final SharedPreferences sp,
Settings.java 413 (int)(SettingsValues.getCurrentKeypressSoundVolume(sp, res) * 100)));
443 (int)(SettingsValues.getCurrentKeypressSoundVolume(sp, res) * 100);

Completed in 51 milliseconds