/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
constants.js | 8 * Key to access wallpaper rss in chrome.local.storage. 10 AccessRssKey: 'wallpaper-picker-surprise-rss-key', 13 * Key to access wallpaper manifest in chrome.storage.local. 15 AccessManifestKey: 'wallpaper-picker-manifest-key', 18 * Key to access user wallpaper info in chrome.storage.local. 20 AccessLocalWallpaperInfoKey: 'wallpaper-local-info-key', 23 * Key to access user wallpaper info in chrome.storage.sync. 25 AccessSyncWallpaperInfoKey: 'wallpaper-sync-info-key', 28 * Key to access last changed date of a surprise wallpaper. 30 AccessLastSurpriseWallpaperChangedDate: 'wallpaper-last-changed-date-key' [all...] |
event_page.js | 27 * Tries to change wallpaper to a new one in the background. May fail due to a 46 * Retries changing the wallpaper 1 hour later. This is called when fetching the 47 * rss or wallpaper from server fails. 73 * Starts to change wallpaper. Called after rss is fetched. 75 * a random wallpaper. 105 // No surprise wallpaper for today at current locale or fetching rss feed 106 // fails. Fallback to use a random one from wallpaper server. 111 * Sets a new random wallpaper if one has not already been set today. 119 // At most one random wallpaper per day. 127 * Sets wallpaper to one of the wallpapers displayed in wallpaper picker. I [all...] |
util.js | 24 * Saves user's wallpaper infomation to local and sync storage. Note that local 26 * @param {string} url The url address of wallpaper. For custom wallpaper, it is 28 * @param {string} layout The wallpaper layout. 29 * @param {string} source The wallpaper source. 81 * Sets wallpaper to online wallpaper specified by url and layout 83 * @param {string} layout The layout of online wallpaper.
|
wallpaper_manager.js | 8 * WallpaperManager objects encapsulate the functionality of the wallpaper 36 * URL of the learn more page for wallpaper picker. 43 * Index of the All category. It is the first category in wallpaper picker. 70 var setWallpaperLayout = $('set-wallpaper-layout'); 86 * Requests wallpaper manifest file from server. 188 $('wallpaper-grid').classList.add('image-picker-offline'); 193 * Toggle surprise me feature of wallpaper picker. It fires an storage 209 $('wallpaper-grid').disabled = shouldEnable; 234 $('close-wallpaper-selection').addEventListener('click', function() { 235 $('wallpaper-selection-container').hidden = true [all...] |
wallpaper_directories.js | 6 * Wallpaper file system quota. 11 * Wallpaper directories enum. 21 * Manages custom wallpaper related directories in wallpaper's sandboxed 44 * Returns all custom wallpaper related directory entries.
|
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
|
/external/chromium_org/ash/test/ |
test_user_wallpaper_delegate.h | 20 void set_custom_wallpaper(const gfx::ImageSkia& wallpaper) { 21 custom_wallpaper_ = wallpaper; 34 // If non-null, used as custom wallpaper by UpdateWallpaper().
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_view.cc | 132 gfx::ImageSkia wallpaper = controller->GetWallpaper(); local 135 if (wallpaper.isNull()) { 153 0, 0, wallpaper.width() * scaling, wallpaper.height() * scaling); 159 static_cast<double>(wallpaper.width()); 161 static_cast<double>(wallpaper.height()); 167 wallpaper.height()); 169 cropped_size = gfx::Size(wallpaper.width(), 174 0, 0, wallpaper.width(), wallpaper.height()) [all...] |
/external/chromium_org/athena/main/ |
placeholder.cc | 28 const gfx::ImageSkia wallpaper = *ui::ResourceBundle::GetSharedInstance() local 30 athena::SystemUI::Get()->SetBackgroundImage(wallpaper);
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_function_base.h | 17 // Wallpaper manager function base. It contains a image decoder to decode 18 // wallpaper data. 42 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) = 0;
|
wallpaper_api.h | 10 #include "chrome/common/extensions/api/wallpaper.h" 13 // Implementation of chrome.wallpaper.setWallpaper API. 14 // After this API being called, a jpeg encoded wallpaper will be saved to 16 // wallpaper can then persistent after Chrome restart. New call to this API 17 // will replace the previous saved wallpaper with new one. 18 // Note: For security reason, the original encoded wallpaper image is not saved 23 DECLARE_EXTENSION_FUNCTION("wallpaper.setWallpaper", 37 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for 48 scoped_ptr<extensions::api::wallpaper::SetWallpaper::Params> params_; 50 // Unique file name of the custom wallpaper [all...] |
wallpaper_private_api.h | 17 // Wallpaper manager strings. 61 // Sequence token associated with wallpaper operations. Shared with 85 // Sets wallpaper to the decoded image. 90 // The decoded wallpaper. It may accessed from UI thread to set wallpaper or 91 // FILE thread to resize and save wallpaper to disk. 97 // Sequence token associated with wallpaper operations. Shared with 132 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE; 134 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for 151 // Sequence token associated with wallpaper operations. Shared wit [all...] |
wallpaper_api.cc | 15 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h" 33 namespace set_wallpaper = extensions::api::wallpaper::SetWallpaper; 67 "Downloading wallpaper %s failed. The response code is %d.", 164 // wallpaper picker app. If current extension is the component wallpaper
|
wallpaper_private_api.cc | 25 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h" 57 "https://storage.googleapis.com/chromeos-wallpaper-public/manifest_"; 95 // restore them when the wallpaper viewer is hidden. 302 // TODO(bshe): Support wallpaper manager in Athena, crbug.com/408734. 359 "Failed to set wallpaper %s from file system.", 389 // This API is only available to the component wallpaper picker. We do not 390 // need to show the app's name if it is the component wallpaper picker. So set 416 StartDecode(params->wallpaper); 442 if (SaveData(chrome::DIR_CHROMEOS_WALLPAPERS, file_name, params->wallpaper)) { 460 // Generates and saves small resolution wallpaper. Uses CENTER_CROPPED t [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
solid_color_user_wallpaper_delegate.cc | 60 gfx::ImageSkia wallpaper = gfx::ImageSkia::CreateFrom1xBitmap(bitmap); variable 63 ->SetWallpaperImage(wallpaper, ash::WALLPAPER_LAYOUT_TILE);
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/ |
wallpaper_manager.css | 164 #wallpaper-set-by-message { 170 #wallpaper-set-by-message:empty { 246 .image-picker[disabled]~.bottom-bar #online-wallpaper-attribute, 256 #wallpaper-attribute { 274 #online-wallpaper-attribute { 352 /* Custom wallpaper thumbnail container. */ 354 content: url('../images/ui/add-wallpaper-thumbnail.png'); 358 content: url('../images/ui/add-wallpaper-thumbnail-hover.png'); 361 #wallpaper-selection-container #content div { 365 #wallpaper-selection-container #warning span [all...] |
/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...] |
wallpaper_manager.cc | 5 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h" 66 // Default quality for encoding wallpaper. 75 // A dictionary pref that maps usernames to wallpaper properties. 78 // Names of nodes with info about wallpaper in |kUserWallpapersProperties| 91 // Minimum delay between wallpaper loads, milliseconds. 94 // Default wallpaper load delay, milliseconds. 97 // Maximum wallpaper load delay, milliseconds. 100 // When no wallpaper image is specified, the screen is filled with a solid 109 // Returns custom wallpaper directory by appending corresponding |sub_dir|. 129 // wallpaper path in WallpaperManager::InitializeWallpaper() [all...] |
/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...] |
/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
|
/device/moto/shamu/ |
device.mk | 355 ro.config.wallpaper \
|
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |