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

/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,
104 private final ArrayList<Engine> mActiveEngines
105 = new ArrayList<Engine>();
119 * and as a preview), each of which is represented by its own Engine
121 * to return your concrete Engine implementation.
123 public class Engine { class in class:WallpaperService
411 * surface will be destroyed and this Engine object is no longer
959 Engine mEngine;
1034 Engine engin
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java141 * has an utterance ID (see {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID}).
162 * {@link Engine#KEY_PARAM_UTTERANCE_ID}, {@link Engine#KEY_PARAM_STREAM}.
166 * {@link Engine#KEY_FEATURE_NETWORK_SYNTHESIS}). These values may be passed in to
173 public class Engine { class in class:TextToSpeech
625 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
803 * {@link Engine#KEY_PARAM_STREAM},
804 * {@link Engine#KEY_PARAM_UTTERANCE_ID},
805 * {@link Engine#KEY_PARAM_VOLUME},
806 * {@link Engine#KEY_PARAM_PA
[all...]

Completed in 180 milliseconds