Searched refs:mDefaultPitch (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/tts/ |
D | TextToSpeechSettings.java | 117 private int mDefaultPitch = TextToSpeech.Engine.DEFAULT_PITCH; field in TextToSpeechSettings 298 mDefaultPitch = in initSettings() 307 getSeekBarProgressFromValue(KEY_DEFAULT_PITCH, mDefaultPitch)); in initSettings() 314 mTts.setPitch(mDefaultPitch / 100.0f); in initSettings() 686 mDefaultPitch = getValueFromSeekBarProgress(KEY_DEFAULT_PITCH, speechPitchSeekBarProgress); in updateSpeechPitchValue() 689 getContentResolver(), TTS_DEFAULT_PITCH, mDefaultPitch); in updateSpeechPitchValue() local 691 mTts.setPitch(mDefaultPitch / 100.0f); in updateSpeechPitchValue() 693 if (DBG) Log.d(TAG, "TTS default pitch changed, now" + mDefaultPitch); in updateSpeechPitchValue()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/tts/ |
D | TextToSpeechSettings.java | 117 private int mDefaultPitch = TextToSpeech.Engine.DEFAULT_PITCH; field in TextToSpeechSettings 298 mDefaultPitch = in initSettings() 307 getSeekBarProgressFromValue(KEY_DEFAULT_PITCH, mDefaultPitch)); in initSettings() 314 mTts.setPitch(mDefaultPitch / 100.0f); in initSettings() 686 mDefaultPitch = getValueFromSeekBarProgress(KEY_DEFAULT_PITCH, speechPitchSeekBarProgress); in updateSpeechPitchValue() 689 getContentResolver(), TTS_DEFAULT_PITCH, mDefaultPitch); in updateSpeechPitchValue() local 691 mTts.setPitch(mDefaultPitch / 100.0f); in updateSpeechPitchValue() 693 if (DBG) Log.d(TAG, "TTS default pitch changed, now" + mDefaultPitch); in updateSpeechPitchValue()
|