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.java59 import android.service.wallpaper.IWallpaperConnection;
60 import android.service.wallpaper.IWallpaperEngine;
61 import android.service.wallpaper.IWallpaperService;
62 import android.service.wallpaper.WallpaperService;
95 * Minimum time between crashes of a wallpaper service for us to consider
96 * restarting it vs. just reverting to the static wallpaper.
99 static final String WALLPAPER = "wallpaper";
110 * Observes the wallpaper for changes and notifies all IWallpaperServiceCallbacks
111 * that the wallpaper has changed. The CREATE is triggered when there is no
112 * wallpaper se
121 WallpaperObserver(WallpaperData wallpaper) argument
225 WallpaperConnection(WallpaperInfo info, WallpaperData wallpaper) argument
391 doPackagesChangedLocked(boolean doit, WallpaperData wallpaper) argument
557 switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) argument
768 updateWallpaperBitmapLocked(String name, WallpaperData wallpaper) argument
812 bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser, WallpaperData wallpaper, IRemoteCallback reply) argument
960 detachWallpaperLocked(WallpaperData wallpaper) argument
988 clearWallpaperComponentLocked(WallpaperData wallpaper) argument
993 attachServiceLocked(WallpaperConnection conn, WallpaperData wallpaper) argument
1006 notifyCallbacksLocked(WallpaperData wallpaper) argument
1034 saveSettingsLocked(WallpaperData wallpaper) argument
1226 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.
693 // For example, when this flag is true, there will be no wallpaper service.
1599 // wallpaper; all wallpapers go behind it.
1634 "Found wallpaper target: #" + i + "=" + w);
1638 // The current wallpaper targe
2061 dispatchWallpaperVisibility(final WindowState wallpaper, final boolean visible) argument
[all...]

Completed in 164 milliseconds