Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java514 public static final String KEY_PARAM_PITCH = "pitch"; field in TextToSpeech.Engine
1380 mParams.putInt(Engine.KEY_PARAM_PITCH, intPitch);
DTextToSpeechService.java896 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, Engine.DEFAULT_PITCH); in getPitch()