HomeSort by relevance Sort by last modified time
    Searched refs:wallpaper (Results 26 - 50 of 71) sorted by null

12 3

  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 8 import android.service.wallpaper.WallpaperService;
9 import android.service.wallpaper.WallpaperService.Engine;
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc 5 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h"
27 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h"
98 // Return custom wallpaper path. Create directory if not exist.
127 // Initializes default wallpaper paths "*default_*file" and writes JPEG
128 // wallpaper images to them.
143 // wallpaper images.
150 // Tests that the appropriate custom wallpaper (large vs. small) is loaded
167 // wallpaper paths.
180 // Saves wallpaper info to local state for user |kTestUser1|.
186 // Set the wallpaper for |kTestUser1|
189 gfx::ImageSkia wallpaper = controller_->GetWallpaper(); local
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java 18 package com.android.wallpaper;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 17 package com.android.wallpaper.livepicker;
24 import android.service.wallpaper.IWallpaperConnection;
25 import android.service.wallpaper.IWallpaperService;
26 import android.service.wallpaper.IWallpaperEngine;
27 import android.service.wallpaper.WallpaperSettingsActivity;
108 Log.w(LOG_TAG, "Failure setting wallpaper", e);
276 Log.w(LOG_TAG, "Failed attaching wallpaper; clearing", e);
285 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
LiveWallpaperActivity.java 17 package com.android.wallpaper.livepicker;
65 private static final String EMBEDDED_KEY = "com.android.wallpaper.livepicker."
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 17 * Sets the XMLHttpRequest |xhr| to monitor, and the wallpaper thumbnail grid
23 * @param {WallpaperThumbnailsGridItem} selectedGridItem The wallpaper thumbnail
55 * @param {WallpaperThumbnailsGridItem} selectedGridItem The wallpaper thumbnail
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 17 package com.android.wallpaper.walkaround;
19 import android.service.wallpaper.WallpaperService;
  /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;
HoloSpiralView.java 17 package com.android.wallpaper.holospiral;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 21 import android.service.wallpaper.WallpaperService;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 27 import android.service.wallpaper.WallpaperService;
165 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
168 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
176 LiveWallpaperTile wallpaper = new LiveWallpaperTile(thumb, info, launchIntent); local
177 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...]