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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java17 package android.service.wallpaper;
25 * a wallpaper. You should derive from this class to allow it to select the
32 * are being used while the wallpaper is in preview mode.
35 = "android.service.wallpaper.PREVIEW_MODE";
H A DWallpaperService.java17 package android.service.wallpaper;
63 * A wallpaper service is responsible for showing a live wallpaper behind
66 * {@link Engine} as needed. Implementing a wallpaper thus
80 "android.service.wallpaper.WallpaperService";
85 * a <code>&lt;{@link android.R.styleable#Wallpaper wallpaper}&gt;</code>
88 public static final String SERVICE_META_DATA = "android.service.wallpaper";
118 * The actual implementation of a wallpaper. A wallpaper service may
119 * have multiple instances running (for example as a real wallpaper
[all...]

Completed in 48 milliseconds