Searched defs:wallpaper (Results 1 - 4 of 4) 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;
61 * A wallpaper service is responsible for showing a live wallpaper behind
64 * {@link Engine} as needed. Implementing a wallpaper thus
78 "android.service.wallpaper.WallpaperService";
83 * a <code>&lt;{@link android.R.styleable#Wallpaper wallpaper}&gt;</code>
86 public static final String SERVICE_META_DATA = "android.service.wallpaper";
116 * The actual implementation of a wallpaper. A wallpaper service may
117 * have multiple instances running (for example as a real wallpaper
[all...]
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java58 import android.service.wallpaper.IWallpaperConnection;
59 import android.service.wallpaper.IWallpaperEngine;
60 import android.service.wallpaper.IWallpaperService;
61 import android.service.wallpaper.WallpaperService;
94 * Minimum time between crashes of a wallpaper service for us to consider
95 * restarting it vs. just reverting to the static wallpaper.
98 static final String WALLPAPER = "wallpaper";
109 * Observes the wallpaper for changes and notifies all IWallpaperServiceCallbacks
110 * that the wallpaper has changed. The CREATE is triggered when there is no
111 * wallpaper se
120 WallpaperObserver(WallpaperData wallpaper) argument
224 WallpaperConnection(WallpaperInfo info, WallpaperData wallpaper) argument
390 doPackagesChangedLocked(boolean doit, WallpaperData wallpaper) argument
556 switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) argument
755 updateWallpaperBitmapLocked(String name, WallpaperData wallpaper) argument
799 bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser, WallpaperData wallpaper, IRemoteCallback reply) argument
947 detachWallpaperLocked(WallpaperData wallpaper) argument
975 clearWallpaperComponentLocked(WallpaperData wallpaper) argument
980 attachServiceLocked(WallpaperConnection conn, WallpaperData wallpaper) argument
993 notifyCallbacksLocked(WallpaperData wallpaper) argument
1021 saveSettingsLocked(WallpaperData wallpaper) argument
1209 restoreNamedResourceLocked(WallpaperData wallpaper) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java511 // with the wallpaper.
513 // If non-null, we are in the middle of animating from one wallpaper target
516 // If non-null, we are in the middle of animating from one wallpaper target
524 // This is set when we are waiting for a wallpaper to tell us it is done
527 // The last time we had a timeout when waiting for a wallpaper.
529 // We give a wallpaper up to 150ms to finish scrolling.
689 // For example, when this flag is true, there will be no wallpaper service.
1595 // wallpaper; all wallpapers go behind it.
1630 "Found wallpaper target: #" + i + "=" + w);
1634 // The current wallpaper targe
2057 dispatchWallpaperVisibility(final WindowState wallpaper, final boolean visible) argument
[all...]

Completed in 487 milliseconds