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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 105 mAudioManager.playSoundEffect(sound, mSettingsValues.mKeypressSoundVolume);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 91 public final float mKeypressSoundVolume;
159 mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res);
215 mKeypressSoundVolume = 1;

Completed in 163 milliseconds