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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java58 public abstract class WallpaperService extends Service { class in inherits:Service
63 "android.service.wallpaper.WallpaperService";
66 * Name under which a WallpaperService component publishes information
73 static final String TAG = "WallpaperService";
104 * instance. You must implement {@link WallpaperService#onCreateEngine()}
478 mLayout.setTitle(WallpaperService.this.getClass().getName());
732 IWallpaperEngineWrapper(WallpaperService context,
843 * incoming calls to it back to calls on an {@link WallpaperService}.
846 private final WallpaperService mTarget;
848 public IWallpaperServiceWrapper(WallpaperService contex
[all...]

Completed in 5 milliseconds