Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java713 private void updateSpeechPitchValue(int speechPitchSeekBarProgress) { in updateSpeechPitchValue() argument
714 mDefaultPitch = getValueFromSeekBarProgress(KEY_DEFAULT_PITCH, speechPitchSeekBarProgress); in updateSpeechPitchValue()