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";
117 * The actual implementation of a wallpaper. A wallpaper service may
118 * 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
222 WallpaperConnection(WallpaperInfo info, WallpaperData wallpaper) argument
380 doPackagesChangedLocked(boolean doit, WallpaperData wallpaper) argument
546 switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) argument
740 updateWallpaperBitmapLocked(String name, WallpaperData wallpaper) argument
784 bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser, WallpaperData wallpaper, IRemoteCallback reply) argument
925 detachWallpaperLocked(WallpaperData wallpaper) argument
953 clearWallpaperComponentLocked(WallpaperData wallpaper) argument
958 attachServiceLocked(WallpaperConnection conn, WallpaperData wallpaper) argument
971 notifyCallbacksLocked(WallpaperData wallpaper) argument
999 saveSettingsLocked(WallpaperData wallpaper) argument
1187 restoreNamedResourceLocked(WallpaperData wallpaper) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java547 // with the wallpaper.
549 // If non-null, we are in the middle of animating from one wallpaper target
552 // If non-null, we are in the middle of animating from one wallpaper target
560 // This is set when we are waiting for a wallpaper to tell us it is done
563 // The last time we had a timeout when waiting for a wallpaper.
565 // We give a wallpaper up to 150ms to finish scrolling.
654 /** The lowest wallpaper target with a detached wallpaper animation on it. */
755 // For example, when this flag is true, there will be no wallpaper service.
1602 // wallpaper; al
2070 dispatchWallpaperVisibility(final WindowState wallpaper, final boolean visible) argument
[all...]

Completed in 1009 milliseconds