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 107 mAudioManager.playSoundEffect(sound, mSettingsValues.mKeypressSoundVolume);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 87 public final float mKeypressSoundVolume;
161 mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res);
401 sb.append("\n mKeypressSoundVolume = ");
402 sb.append("" + mKeypressSoundVolume);

Completed in 54 milliseconds