Searched defs:wallpaper (Results 1 - 8 of 8) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/chrome/browser/ui/ash/
H A Dsolid_color_user_wallpaper_delegate.cc60 gfx::ImageSkia wallpaper = gfx::ImageSkia::CreateFrom1xBitmap(bitmap); variable
63 ->SetWallpaperImage(wallpaper, ash::WALLPAPER_LAYOUT_TILE);
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc5 #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 pat
1693 OnCustomizedDefaultWallpaperDecoded( const GURL& wallpaper_url, scoped_ptr<CustomizedWallpaperRescaledFiles> rescaled_files, const user_manager::UserImage& wallpaper) argument
[all...]
H A Dwallpaper_manager_browsertest.cc5 #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 fo
189 gfx::ImageSkia wallpaper = controller_->GetWallpaper(); local
[all...]
/external/chromium_org/athena/main/
H A Dplaceholder.cc28 const gfx::ImageSkia wallpaper = *ui::ResourceBundle::GetSharedInstance() local
30 athena::SystemUI::Get()->SetBackgroundImage(wallpaper);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc132 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
[all...]
/external/chromium_org/ash/test/
H A Dtest_user_wallpaper_delegate.h20 void set_custom_wallpaper(const gfx::ImageSkia& wallpaper) { argument
21 custom_wallpaper_ = wallpaper;
34 // If non-null, used as custom wallpaper by UpdateWallpaper().

Completed in 237 milliseconds