Searched defs:engine (Results 1 - 4 of 4) sorted by relevance

/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java203 public void attachEngine(IWallpaperEngine engine) { argument
206 mEngine = engine;
208 engine.setVisibility(true);
214 engine.destroy();
226 public void engineShown(IWallpaperEngine engine) throws RemoteException { argument
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java289 public void attachEngine(IWallpaperEngine engine) { argument
292 mEngine = engine;
294 engine.setVisibility(true);
300 engine.destroy();
313 public void engineShown(IWallpaperEngine engine) throws RemoteException { argument
/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java70 * Preference key for the engine selection preference.
89 * The currently selected engine.
94 * The engine checkbox that is currently checked. Saves us a bit of effort
95 * in deducing the right one from the currently selected engine.
100 * The previously selected TTS engine. Useful for rollbacks if the users
111 * Default locale used by selected TTS engine, null if not connected to any engine.
116 * List of available locals of selected TTS engine, as returned by
125 * of engine).
136 * engine (a
501 updateDefaultEngine(String engine) argument
562 checkVoiceData(String engine) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DAccessibilityActivity.java90 * of engine).
101 * engine (as opposed to when then screen is being initialized for the first
368 private void updateDefaultEngine(String engine) { argument
370 Log.d(TAG, "Updating default synth to : " + engine);
374 // rate preference while the engine is being swapped.
376 // Keep track of the previous engine that was being used. So that
377 // we can reuse the previous engine.
380 // the very least that we successfully bound to the engine service.
383 // Step 1: Shut down the existing TTS engine.
389 Log.e(TAG, "Error shutting down TTS engine"
639 checkVoiceData(String engine) argument
[all...]

Completed in 167 milliseconds