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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
wallpaper.html 1 {{+partials.standard_apps_api api:apis.wallpaper intro:intros.wallpaper/}}
  /packages/wallpapers/Basic/
proguard.flags 1 -keep class com.android.wallpaper.**$* {
AndroidManifest.xml 22 package="com.android.wallpaper">
24 <original-package android:name="com.android.wallpaper" />
37 android:name="com.android.wallpaper.grass.Grass"
48 android:name="com.android.wallpaper.galaxy.Galaxy"
59 android:name="com.android.wallpaper.fall.Fall"
70 android:name="com.android.wallpaper.nexus.NexusWallpaper"
74 <action android:name="android.service.wallpaper.WallpaperService" />
76 <meta-data android:name="android.service.wallpaper" android:resource="@xml/nexus" />
81 android:name="com.android.wallpaper.grass.GrassWallpaper"
85 <action android:name="android.service.wallpaper.WallpaperService" /
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.h 37 // Online wallpaper URL or file name of migrated wallpaper.
51 // Name of wallpaper sequence token.
54 // File path suffices of resized small or large wallpaper.
103 // Registers wallpaper manager preferences.
109 // Loads wallpaper asynchronously if the current wallpaper is not the
110 // wallpaper of logged in user.
113 // Clears ONLINE and CUSTOM wallpaper cache.
116 // Returns custom wallpaper path. Append |sub_dir|, |user_id_hash| and |file
    [all...]
wallpaper_manager_browsertest.cc 97 // Return custom wallpaper path. Create directory if not exist.
140 // Tests that the appropriate custom wallpaper (large vs. small) is loaded
146 // Wait for default wallpaper loaded.
159 // wallpaper paths.
166 // Saves wallpaper info to local state for user |kTestUser1|.
175 // Set the wallpaper for |kTestUser1|.
178 gfx::ImageSkia wallpaper = controller_->GetWallpaper(); local
180 // Display is initialized to 800x600. The small resolution custom wallpaper is
182 EXPECT_EQ(kSmallWallpaperWidth, wallpaper.width());
183 EXPECT_EQ(kSmallWallpaperHeight, wallpaper.height())
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
wallpaper.json 7 "namespace":"wallpaper",
12 "description": "Use the <code>chrome.wallpaper</code> API to change the ChromeOS wallpaper.",
17 "description": "Sets wallpaper to the image at <em>url</em> or <em>wallpaperData</em> with the specified <em>layout</em>",
26 "description": "The jpeg or png encoded wallpaper image."
31 "description": "The URL of the wallpaper to be set."
36 "description": "The supported wallpaper layouts."
40 "description": "The file name of the saved wallpaper."
57 "description": "The jpeg encoded wallpaper thumbnail. It is generated by resizing the wallpaper to 128x60.
    [all...]
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 29 * Set the wallpaper.
34 * Set the live wallpaper.
39 * Get the wallpaper.
45 * Get information about a live wallpaper.
50 * Clear the wallpaper.
55 * Return whether there is a wallpaper set with the given name.
60 * Sets the dimension hint for the wallpaper. These hints indicate the desired
61 * minimum width and height for the wallpaper.
66 * Returns the desired minimum width for the wallpaper.
71 * Returns the desired minimum height for the wallpaper
    [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 59 import android.service.wallpaper.IWallpaperConnection;
60 import android.service.wallpaper.IWallpaperEngine;
61 import android.service.wallpaper.IWallpaperService;
62 import android.service.wallpaper.WallpaperService;
95 * Minimum time between crashes of a wallpaper service for us to consider
96 * restarting it vs. just reverting to the static wallpaper.
99 static final String WALLPAPER = "wallpaper";
110 * Observes the wallpaper for changes and notifies all IWallpaperServiceCallbacks
111 * that the wallpaper has changed. The CREATE is triggered when there is n
312 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
335 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
352 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
369 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
384 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
458 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
465 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.USER_OWNER); local
517 WallpaperData wallpaper = mWallpaperMap.get(userId); local
542 WallpaperData wallpaper = mWallpaperMap.get(userId); local
582 WallpaperData wallpaper = mWallpaperMap.get(userId); local
653 WallpaperData wallpaper = mWallpaperMap.get(userId); local
691 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
698 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
715 WallpaperData wallpaper = mWallpaperMap.get(wallpaperUserId); local
738 WallpaperData wallpaper = mWallpaperMap.get(userId); local
751 WallpaperData wallpaper = mWallpaperMap.get(userId); local
798 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1092 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1182 WallpaperData wallpaper = null; local
1314 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
wallpaper.html 2 <p>You must declare the "wallpaper" permission in the app
3 <a href="manifest.html">manifest</a> to use the wallpaper API.
10 "wallpaper"
18 For example, to set the wallpaper as the image at
20 <code>chrome.wallpaper.setWallpaper</code> this way:
24 chrome.wallpaper.setWallpaper(
  /external/chromium_org/chrome/browser/chromeos/extensions/
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",
35 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
37 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for
49 scoped_ptr<extensions::api::wallpaper::SetWallpaper::Params> params_
    [all...]
  /external/chromium_org/ash/desktop_background/
user_wallpaper_delegate.h 18 // wallpaper.
22 // animation that's used e.g. when switching from one user's wallpaper to
26 // Updates current wallpaper. It may switch the size of wallpaper based on the
30 // Initialize wallpaper.
33 // Opens the set wallpaper page in the browser.
36 // Returns true if user can open set wallpaper page. Only guest user returns
40 // Notifies delegate that wallpaper animation has finished.
43 // Notifies delegate that wallpaper boot animation has finished.
desktop_background_controller.h 31 // Center the wallpaper on the desktop without scaling it. The wallpaper
34 // Scale the wallpaper (while preserving its aspect ratio) to cover the
35 // desktop; the wallpaper may be cropped.
37 // Scale the wallpaper (without preserving its aspect ratio) to match the
40 // Tile the wallpaper over the background without scaling it.
51 // The width and height of small/large resolution wallpaper. When screen size is
53 // small resolution wallpaper should be used. Otherwise, uses the large
54 // resolution wallpaper.
60 // The width and heigh of wallpaper thumbnails
    [all...]
  /packages/wallpapers/LivePicker/
proguard.flags 1 -keepclassmembers class com.android.wallpaper.livepicker.LiveWallpaperPreview {
  /packages/wallpapers/LivePicker/res/values/
strings.xml 24 <string name="application_name">Live Wallpaper Picker</string>
25 <!-- Title for the screen that lets the user choose a live wallpaper to use
27 <string name="live_wallpaper_picker_title">Select live wallpaper</string>
28 <!-- Label for the live wallpaper picker [CHAR_LIMIT=40]-->
30 <!-- Title for the screen that lets the user preview a live wallpaper. -->
31 <string name="live_wallpaper_preview_title">Live wallpaper preview</string>
32 <!-- List item for configuring the current wallpaper -->
34 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
35 <string name="wallpaper_instructions">Set wallpaper</string
    [all...]
  /frameworks/base/packages/WallpaperCropper/res/values/
strings.xml 17 <string name="crop_wallpaper">Crop wallpaper</string>
18 <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
19 <string name="wallpaper_instructions">Set wallpaper</string>
20 <!-- Error message when an image is selected as a wallpaper,
21 but the wallpaper cropper cannot load it. The user will
23 an image as the wallpaper -->
24 <string name="wallpaper_load_fail">Couldn\'t load image as wallpaper</string>
  /packages/apps/Launcher3/WallpaperPicker/
README 1 This project contains the wallpaper picker for Launcher3. It's in a separate
3 a manifest so that a separate Eclipse project can exist for the wallpaper
  /packages/apps/Launcher3/WallpaperPicker/res/values/
strings.xml 21 <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
22 <string name="wallpaper_instructions">Set wallpaper</string>
23 <!-- Error message when an image is selected as a wallpaper,
24 but the wallpaper picker cannot load it -->
26 <!-- Error message when an image is selected as a wallpaper,
27 but the wallpaper cropper cannot load it. The user will
29 an image as the wallpaper -->
30 <string name="wallpaper_load_fail">Couldn\'t load image as wallpaper</string>
31 <!-- Shown when wallpapers are selected in Wallpaper picker --
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/
manifest.json 4 "name": "Wallpaper Picker",
5 // Updates version to 0.2 for v2 version wallpaper picker. Otherwise the event
9 "description": "An experimental wallpaper picker UI",
  /packages/wallpapers/MusicVisualization/
AndroidManifest.xml 34 <!-- Visualizer Wallpaper -->
35 <!-- this wallpaper isn't very good, so disable it (using android:enabled=false doesn't work here for some reason)
43 <action android:name="android.service.wallpaper.WallpaperService" />
45 <meta-data android:name="android.service.wallpaper" android:resource="@xml/cube" />
49 <!-- Waveform Wallpaper -->
57 <action android:name="android.service.wallpaper.WallpaperService" />
59 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis2" />
62 <!-- Spectrum Wallpaper -->
70 <action android:name="android.service.wallpaper.WallpaperService" />
72 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis3" /
    [all...]
  /packages/wallpapers/NoiseField/res/xml/
wallpaper.xml 3 <wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/wallpapers/LivePicker/res/values-en-rGB/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Select live wallpaper"</string>
24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live Wallpaper"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set wallpaper"</string>
28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"No live wallpaper."</string>
29 <string name="set_live_wallpaper" msgid="2381437614949033266">"Set wallpaper"</string>
31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Loading live wallpaper?"</string>
  /packages/wallpapers/LivePicker/res/values-en-rIN/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Select live wallpaper"</string>
24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live Wallpaper"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set wallpaper"</string>
28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"No live wallpaper."</string>
29 <string name="set_live_wallpaper" msgid="2381437614949033266">"Set wallpaper"</string>
31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Loading live wallpaper?"</string>
  /packages/wallpapers/LivePicker/res/values-in/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Pemilih Wallpaper Animasi"</string>
23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Pilih wallpaper animasi"</string>
24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Wallpaper Animasi"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Pratinjau wallpaper animasi"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Setel wallpaper"</string>
28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Tidak ada wallpaper animasi."</string>
29 <string name="set_live_wallpaper" msgid="2381437614949033266">"Setel wallpaper"</string>
31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Memuat wallpaper animasi?"</string>
  /packages/wallpapers/LivePicker/res/values-tl/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live na Tagapili ng Wallpaper"</string>
23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Pumili ng live na wallpaper"</string>
24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Mga Live na Wallpaper"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Preview ng live na wallpaper"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Itakda ang wallpaper"</string>
28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Walang mga live na wallpaper."</string>
29 <string name="set_live_wallpaper" msgid="2381437614949033266">"Itakda ang wallpaper"</string>
31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Naglo-load ng live wallpaper..."</string>

Completed in 280 milliseconds

1 2 3 4 5 6 7 8 91011>>