Searched defs:Engine (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java130 * {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID} key.
141 public class Engine { class in class:TextToSpeech
410 mCachedParams = new String[2*Engine.NB_CACHED_PARAMS]; // store key and value
411 mCachedParams[Engine.PARAM_POSITION_RATE] = Engine.KEY_PARAM_RATE;
412 mCachedParams[Engine.PARAM_POSITION_LANGUAGE] = Engine.KEY_PARAM_LANGUAGE;
413 mCachedParams[Engine.PARAM_POSITION_COUNTRY] = Engine.KEY_PARAM_COUNTRY;
414 mCachedParams[Engine
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java64 * {@link Engine} as needed. Implementing a wallpaper thus
65 * involves subclassing from this, subclassing an Engine implementation,
103 private final ArrayList<Engine> mActiveEngines
104 = new ArrayList<Engine>();
118 * and as a preview), each of which is represented by its own Engine
120 * to return your concrete Engine implementation.
122 public class Engine { class in class:WallpaperService
360 * surface will be destroyed and this Engine object is no longer
818 Engine mEngine;
872 Engine engin
[all...]

Completed in 59 milliseconds