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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java74 public abstract class WallpaperService extends Service { class in inherits:Service
83 "android.service.wallpaper.WallpaperService";
86 * Name under which a WallpaperService component publishes information
93 static final String TAG = "WallpaperService";
125 * instance. You must implement {@link WallpaperService#onCreateEngine()}
650 mLayout.setTitle(WallpaperService.this.getClass().getName());
1090 IWallpaperEngineWrapper(WallpaperService context,
1232 * incoming calls to it back to calls on an {@link WallpaperService}.
1235 private final WallpaperService mTarget;
1237 public IWallpaperServiceWrapper(WallpaperService contex
[all...]

Completed in 148 milliseconds