HomeSort by relevance Sort by last modified time
    Searched defs:wallpaper (Results 26 - 46 of 46) sorted by null

12

  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 17 package com.android.wallpaper.galaxy;
30 import com.android.wallpaper.R;
31 import com.android.wallpaper.RenderScriptScene;
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 17 package com.android.wallpaper.fall;
37 import com.android.wallpaper.R;
38 import com.android.wallpaper.RenderScriptScene;
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 17 package com.android.wallpaper.grass;
37 import com.android.wallpaper.R;
38 import com.android.wallpaper.RenderScriptScene;
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 17 package com.android.wallpaper.holospiral;
19 import com.android.wallpaper.holospiral.ScriptC_holo_spiral;
20 import com.android.wallpaper.holospiral.ScriptField_VertexColor_s;
21 import com.android.wallpaper.holospiral.ScriptField_VertexShaderConstants_s;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 17 package com.android.wallpaper.livepicker;
23 import android.service.wallpaper.IWallpaperConnection;
24 import android.service.wallpaper.IWallpaperService;
25 import android.service.wallpaper.IWallpaperEngine;
26 import android.service.wallpaper.WallpaperSettingsActivity;
107 Log.w(LOG_TAG, "Failure setting wallpaper", e);
274 Log.w(LOG_TAG, "Failed attaching wallpaper; clearing", e);
283 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
  /development/samples/Home/src/com/example/android/home/
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...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 17 package com.android.wallpaper.polarclock;
19 import android.service.wallpaper.WallpaperService;
46 import com.android.wallpaper.R;
339 Log.e(LOG_TAG, "An error occured during wallpaper configuration:", e);
341 Log.e(LOG_TAG, "An error occured during wallpaper configuration:", e);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 17 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 ma
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 353 WallpaperManagerService wallpaper = null; local
601 Slog.i(TAG, "Wallpaper Service");
603 wallpaper = new WallpaperManagerService(context);
604 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper);
607 reportWtf("starting Wallpaper Service", e);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 63 * from the wallpaper. This means we need to ensure the wallpaper is
157 final WindowState wallpaper = token.windows.get(j); local
158 final WindowStateAnimator winAnimator = wallpaper.mWinAnimator;
161 mService.dispatchWallpaperVisibility(wallpaper, false);
167 "Hiding wallpaper " + token + " from " + w
380 // a detached wallpaper animation.
399 // If this window's app token is running a detached wallpaper
400 // animation, make a note so we can ensure the wallpaper is
423 "Detached wallpaper changed from " + mWindowDetachedWallpape
    [all...]
WindowManagerService.java 530 // with the wallpaper.
532 // If non-null, we are in the middle of animating from one wallpaper target
535 // If non-null, we are in the middle of animating from one wallpaper target
543 // This is set when we are waiting for a wallpaper to tell us it is done
546 // The last time we had a timeout when waiting for a wallpaper.
548 // We give a wallpaper up to 150ms to finish scrolling.
720 // For example, when this flag is true, there will be no wallpaper service.
1803 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
1872 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
1994 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2047 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2621 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1658 milliseconds

12