Searched refs:setPitch (Results 1 – 6 of 6) sorted by relevance
82 protected int setPitch(float pitch) { in setPitch() method in ShadowTextToSpeech83 return sInstance.setPitch(pitch); in setPitch()
97 mTts.setPitch(pitch / SCALING_FACTOR); in updateVoicePitch()
100 mTts.setPitch(mTtsPlaybackManager.getCurrentVoicePitch()
260 mTts.setPitch(android.provider.Settings.Secure.getInt(resolver, TTS_DEFAULT_PITCH, in onResume()336 mTts.setPitch(mDefaultPitch / 100.0f); in initSettings()720 mTts.setPitch(mDefaultPitch / 100.0f); in updateSpeechPitchValue()
121 verify(mTts).setPitch(newVoicePitch / TtsPlaybackSettingsManager.SCALING_FACTOR); in updateVoicePitch_updatesTts()
383 verify(mTextToSpeech).setPitch( in voicePitch_handlePreferenceChanged_updatesTts()