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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java524 public static final String KEY_PARAM_PITCH = "pitch"; field in class:TextToSpeech.Engine
1390 mParams.putInt(Engine.KEY_PARAM_PITCH, intPitch);
H A DTextToSpeechService.java924 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, Engine.DEFAULT_PITCH);

Completed in 15 milliseconds