Searched refs:setPitch (Results 1 – 7 of 7) sorted by relevance
82 protected int setPitch(float pitch) { in setPitch() method in ShadowTextToSpeech83 return sInstance.setPitch(pitch); in setPitch()
233 mTts.setPitch(android.provider.Settings.Secure.getInt(resolver, TTS_DEFAULT_PITCH, in onResume()314 mTts.setPitch(mDefaultPitch / 100.0f); in initSettings()691 mTts.setPitch(mDefaultPitch / 100.0f); in updateSpeechPitchValue()
96 mTts.setPitch(pitch / SCALING_FACTOR); in updateVoicePitch()
113 mTts.setPitch(mTtsPlaybackManager.getCurrentVoicePitch() in onCreateInternal()
135 verify(mTts).setPitch(newVoicePitch / TtsPlaybackSettingsManager.SCALING_FACTOR); in updateVoicePitch_updatesTts()
354 verify(mTextToSpeech).setPitch( in voicePitch_handlePreferenceChanged_updatesTts()