HomeSort by relevance Sort by last modified time
    Searched refs:wallpaper (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 17 package com.android.server.wallpaper;
72 import android.service.wallpaper.IWallpaperConnection;
73 import android.service.wallpaper.IWallpaperEngine;
74 import android.service.wallpaper.IWallpaperService;
75 import android.service.wallpaper.WallpaperService;
147 * Minimum time between crashes of a wallpaper service for us to consider
148 * restarting it vs. just reverting to the static wallpaper.
152 static final String WALLPAPER = "wallpaper_orig";
153 static final String WALLPAPER_CROP = "wallpaper";
160 WALLPAPER, WALLPAPER_CROP
192 WallpaperData wallpaper = null; local
218 WallpaperData wallpaper = dataForEvent(sysWallpaperChanged, lockWallpaperChanged); local
702 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
725 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
742 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
759 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
774 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
853 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
860 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.USER_SYSTEM); local
970 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1034 WallpaperData wallpaper = null; local
1153 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1188 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
1199 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
1215 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1255 WallpaperData wallpaper = whichSet.get(wallpaperUserId); local
1289 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1309 WallpaperData wallpaper = map.get(userId); local
1357 WallpaperData wallpaper; local
1469 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1729 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1749 WallpaperData wallpaper; local
1847 WallpaperData wallpaper = whichSet.get(userId); local
1885 WallpaperData wallpaper = mWallpaperMap.get(userId); local
2041 WallpaperData wallpaper = null; local
2180 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
2212 WallpaperData wallpaper = mLockWallpaperMap.valueAt(i); local
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperConnection.aidl 17 package android.service.wallpaper;
20 import android.service.wallpaper.IWallpaperEngine;
IWallpaperService.aidl 17 package android.service.wallpaper;
20 import android.service.wallpaper.IWallpaperConnection;
IWallpaperEngine.aidl 17 package android.service.wallpaper;
WallpaperSettingsActivity.java 17 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";
  /frameworks/base/services/core/java/com/android/server/wm/
WallpaperController.java 52 * Controls wallpaper windows visibility, ordering, and so on.
62 // with the wallpaper.
64 // If non-null, we are in the middle of animating from one wallpaper target
67 // If non-null, we are in the middle of animating from one wallpaper target
80 // This is set when we are waiting for a wallpaper to tell us it is done
84 // The last time we had a timeout when waiting for a wallpaper.
86 // We give a wallpaper up to 150ms to finish scrolling.
91 // Set to the wallpaper window we would like to hide once the transition animations are done.
92 // This is useful in cases where we don't want the wallpaper to be hidden when the close app
93 // is a wallpaper target and is done animating out, but the opening app isn't a wallpape
174 WindowState wallpaper = windows.get(wallpaperNdx); local
207 final WindowState wallpaper = token.windows.get(j); local
353 WindowState wallpaper = windows.get(wallpaperNdx); local
418 WindowState wallpaper = windows.get(wallpaperNdx); local
466 WindowState wallpaper = windows.get(j); local
700 WindowState wallpaper = tokenWindows.get(wallpaperNdx); local
829 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
    [all...]
WindowAnimator.java 93 * from the wallpaper. This means we need to ensure the wallpaper is
293 WindowState wallpaper = null; local
475 wallpaper = win;
510 // Wallpaper is going away in un-force-hide motion, animate it as well.
511 if (!wallpaperInUnForceHiding && wallpaper != null && !keyguardGoingAwayNoAnimation) {
512 if (DEBUG_KEYGUARD) Slog.d(TAG, "updateWindowsLocked: wallpaper animating away");
516 wallpaper.mWinAnimator.setAnimation(a);
559 // a detached wallpaper animation.
577 // If this window's app token is running a detached wallpaper
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 38 * Backup agent for various system-managed data, currently just the system wallpaper
45 private static final String WALLPAPER_HELPER = "wallpaper";
56 private static final String WALLPAPER_IMAGE_FILENAME = "wallpaper";
59 // TODO: Will need to change if backing up non-primary user's wallpaper
65 // TODO: Will need to change if backing up non-primary user's wallpaper
96 // Slot in a restore helper for the older wallpaper backup schema to support restore
103 // On restore, we also support a long-ago wallpaper data schema "system_files"
118 IWallpaperManager wallpaper = (IWallpaperManager) ServiceManager.getService( local
120 if (wallpaper != null) {
122 wallpaper.settingsRestored()
164 IWallpaperManager wallpaper = local
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 17 package com.android.wallpaper.livepicker;
26 import android.service.wallpaper.WallpaperService;
51 // live wallpaper.
64 Log.w(TAG, "Bad wallpaper " + ri.serviceInfo, e);
75 Log.w(TAG, "Not a live wallpaper: " + comp);
LiveWallpaperListAdapter.java 17 package com.android.wallpaper.livepicker;
31 import android.service.wallpaper.WallpaperService;
179 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
182 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
186 LiveWallpaperInfo wallpaper = new LiveWallpaperInfo(); local
187 wallpaper.info = info;
219 wallpaper.thumbnail = thumb;
220 publishProgress(wallpaper);
LiveWallpaperPreview.java 17 package com.android.wallpaper.livepicker;
27 import android.service.wallpaper.IWallpaperConnection;
28 import android.service.wallpaper.IWallpaperService;
29 import android.service.wallpaper.IWallpaperEngine;
30 import android.service.wallpaper.WallpaperSettingsActivity;
39 import android.service.wallpaper.WallpaperService;
109 // The lock screen does not have a wallpaper, so no need to prompt; can only set both.
114 Log.w(LOG_TAG, "Failure setting wallpaper", e);
128 // shows through to the live wallpaper on home.
133 Log.w(LOG_TAG, "Failure setting wallpaper", e)
    [all...]
LiveWallpaperActivity.java 17 package com.android.wallpaper.livepicker;
  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 58 wallpaperManager.setResource(R.raw.wallpaper);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 27 import android.service.wallpaper.WallpaperService;
164 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
167 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
175 LiveWallpaperTile wallpaper = new LiveWallpaperTile(thumb, info, launchIntent); local
176 publishProgress(wallpaper);
  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 37 * Wallpaper picker for the Home application. User can choose from
40 public class Wallpaper extends Activity implements
65 setContentView(R.layout.wallpaper);
89 * the onTouchEvent causing the wallpaper to be set twice. Synchronize this
90 * method and ensure we only set the wallpaper once.
103 Log.e(LOG_TAG, "Failed to set wallpaper " + e);
Home.java 195 * only a wallpaper intent receiver to let other applications change the
196 * wallpaper.
236 * When no wallpaper was manually set, a default wallpaper is used instead.
240 Drawable wallpaper = peekWallpaper(); local
241 if (wallpaper == null) {
245 Log.e(LOG_TAG, "Failed to clear wallpaper " + e);
248 getWindow().setBackgroundDrawable(new ClippedDrawable(wallpaper));
582 * Receives intents from other applications to change the wallpaper.
733 * wallpaper has the same size as the screen. However, the wallpaper might be large
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcherTest.java 6 import android.service.wallpaper.WallpaperService;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 115 // wallpaper) and current wallpaper bitmap, because the reference bitmap can be
118 // wallpaper is different from the old one after we ran a setter method.
149 wallpaperManager.setResource(R.raw.wallpaper);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 24 import android.service.wallpaper.WallpaperService;
30 * This animated wallpaper draws a rotating wireframe cube.
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 25 import android.service.wallpaper.WallpaperService;
30 * This animated wallpaper draws a rotating wireframe shape. It is similar to
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 36 import android.service.wallpaper.WallpaperService;
44 * This class is used to specify meta information of a wallpaper service.
50 * The Service that implements this wallpaper component.
55 * The wallpaper setting activity's name, to
56 * launch the setting activity of this wallpaper.
61 * Resource identifier for this wallpaper's thumbnail image.
66 * Resource identifier for a string indicating the author of the wallpaper.
71 * Resource identifier for a string containing a short description of the wallpaper.
78 * @param context The Context in which we are parsing the wallpaper.
80 * this wallpaper's component
    [all...]
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 19 import android.service.wallpaper.WallpaperService;
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /device/moto/shamu/
device.mk 382 ro.config.wallpaper \
  /device/huawei/angler/
device.mk 100 ro.config.wallpaper \

Completed in 392 milliseconds

1 2