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;
65 * A wallpaper service is responsible for showing a live wallpaper behind
68 * {@link Engine} as needed. Implementing a wallpaper thus
82 "android.service.wallpaper.WallpaperService";
87 * a <code>&lt;{@link android.R.styleable#Wallpaper wallpaper}&gt;</code>
90 public static final String SERVICE_META_DATA = "android.service.wallpaper";
121 * The actual implementation of a wallpaper. A wallpaper service may
122 * have multiple instances running (for example as a real wallpaper
[all...]
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java17 package com.android.server.wallpaper;
62 import android.service.wallpaper.IWallpaperConnection;
63 import android.service.wallpaper.IWallpaperEngine;
64 import android.service.wallpaper.IWallpaperService;
65 import android.service.wallpaper.WallpaperService;
102 * Minimum time between crashes of a wallpaper service for us to consider
103 * restarting it vs. just reverting to the static wallpaper.
107 static final String WALLPAPER = "wallpaper";
111 * Observes the wallpaper for changes and notifies all IWallpaperServiceCallbacks
112 * that the wallpaper ha
123 WallpaperObserver(WallpaperData wallpaper) argument
242 WallpaperConnection(WallpaperInfo info, WallpaperData wallpaper) argument
429 doPackagesChangedLocked(boolean doit, WallpaperData wallpaper) argument
603 switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) argument
873 updateWallpaperBitmapLocked(String name, WallpaperData wallpaper) argument
924 bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser, WallpaperData wallpaper, IRemoteCallback reply) argument
1066 detachWallpaperLocked(WallpaperData wallpaper) argument
1094 clearWallpaperComponentLocked(WallpaperData wallpaper) argument
1099 attachServiceLocked(WallpaperConnection conn, WallpaperData wallpaper) argument
1112 notifyCallbacksLocked(WallpaperData wallpaper) argument
1149 saveSettingsLocked(WallpaperData wallpaper) argument
1388 restoreNamedResourceLocked(WallpaperData wallpaper) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java593 // with the wallpaper.
595 // If non-null, we are in the middle of animating from one wallpaper target
598 // If non-null, we are in the middle of animating from one wallpaper target
608 // This is set when we are waiting for a wallpaper to tell us it is done
611 // The last time we had a timeout when waiting for a wallpaper.
613 // We give a wallpaper up to 150ms to finish scrolling.
619 // We give a wallpaper up to 500ms to finish drawing before playing app transitions.
626 // Set to the wallpaper window we would like to hide once the transition animations are done.
627 // This is useful in cases where we don't want the wallpaper to be hidden when the close app
628 // is a wallpaper targe
2306 dispatchWallpaperVisibility(final WindowState wallpaper, final boolean visible) argument
[all...]

Completed in 303 milliseconds