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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java71 public abstract class WallpaperService extends Service { class in inherits:Service
80 "android.service.wallpaper.WallpaperService";
83 * Name under which a WallpaperService component publishes information
90 static final String TAG = "WallpaperService";
121 * instance. You must implement {@link WallpaperService#onCreateEngine()}
591 mLayout.setTitle(WallpaperService.this.getClass().getName());
938 IWallpaperEngineWrapper(WallpaperService context,
1059 * incoming calls to it back to calls on an {@link WallpaperService}.
1062 private final WallpaperService mTarget;
1064 public IWallpaperServiceWrapper(WallpaperService contex
[all...]

Completed in 55 milliseconds