Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java649 updateSpeechPitchValue((Integer) objValue); in onPreferenceChange()
696 updateSpeechPitchValue(pitchSeekbarProgress); in resetTts()
713 private void updateSpeechPitchValue(int speechPitchSeekBarProgress) { in updateSpeechPitchValue() method in TextToSpeechSettings