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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 17 package com.android.server.wallpaper;
72 import android.service.wallpaper.IWallpaperConnection;
73 import android.service.wallpaper.IWallpaperEngine;
74 import android.service.wallpaper.IWallpaperService;
75 import android.service.wallpaper.WallpaperService;
149 * Minimum time between crashes of a wallpaper service for us to consider
150 * restarting it vs. just reverting to the static wallpaper.
154 static final String WALLPAPER = "wallpaper_orig";
155 static final String WALLPAPER_CROP = "wallpaper";
162 WALLPAPER, WALLPAPER_CROP
192 WallpaperData wallpaper = null; local
218 WallpaperData wallpaper = dataForEvent(sysWallpaperChanged, lockWallpaperChanged); local
744 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
767 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
784 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
805 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
820 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId); local
900 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
907 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.USER_SYSTEM); local
1055 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1119 WallpaperData wallpaper = null; local
1238 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1273 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
1284 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId()); local
1300 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); local
1340 WallpaperData wallpaper = whichSet.get(wallpaperUserId); local
1375 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1395 WallpaperData wallpaper = map.get(userId); local
1443 WallpaperData wallpaper; local
1561 WallpaperData wallpaper = mWallpaperMap.get(userId); local
1821 WallpaperData wallpaper = (which == FLAG_LOCK) local
1843 WallpaperData wallpaper; local
1941 WallpaperData wallpaper = whichSet.get(userId); local
1979 WallpaperData wallpaper = mWallpaperMap.get(userId); local
2135 WallpaperData wallpaper = null; local
2274 WallpaperData wallpaper = mWallpaperMap.valueAt(i); local
2306 WallpaperData wallpaper = mLockWallpaperMap.valueAt(i); local
    [all...]
  /packages/apps/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 <!-- Error message when an image is selected as a wallpaper,
    [all...]
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 30 * Set the wallpaper for the current user.
33 * EXTRA_SET_WALLPAPER_ID : integer ID that the new wallpaper will have
43 * new wallpaper content is ready to display.
50 * Set the live wallpaper. This only affects the system wallpaper.
55 * Set the live wallpaper. This only affects the system wallpaper.
60 * Get the wallpaper for a given user.
66 * Retrieve the given user's current wallpaper ID of the given kind.
71 * If the current system wallpaper is a live wallpaper component, return th
    [all...]
WallpaperManager.java 75 * Provides access to the system wallpaper. With WallpaperManager, you can
76 * get the current wallpaper, get the desired dimensions for the wallpaper, set
77 * the wallpaper, and more. Get an instance of WallpaperManager with
91 private static final String PROP_WALLPAPER = "ro.config.wallpaper";
98 * Activity Action: Show settings for choosing wallpaper. Do not use directly to construct
100 * <p>Input: {@link Intent#getData} is the URI of the image to crop and set as wallpaper.
101 * <p>Output: RESULT_OK if user decided to crop/set the wallpaper, RESULT_CANCEL otherwise
105 "android.service.wallpaper.CROP_AND_SET_WALLPAPER";
109 * wallpaper
    [all...]
WallpaperInfo.java 37 import android.service.wallpaper.WallpaperService;
45 * This class is used to specify meta information of a wallpaper service.
51 * The Service that implements this wallpaper component.
56 * The wallpaper setting activity's name, to
57 * launch the setting activity of this wallpaper.
62 * Resource identifier for this wallpaper's thumbnail image.
67 * Resource identifier for a string indicating the author of the wallpaper.
72 * Resource identifier for a string containing a short description of the wallpaper.
83 * @param context The Context in which we are parsing the wallpaper.
85 * this wallpaper's component
    [all...]
  /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/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>
34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Ciutkan panel info wallpaper"</string>
35 <string name="expand_attribution_panel" msgid="3151357815478885438">"Luaskan panel info wallpaper"</string
    [all...]
  /packages/wallpapers/LivePicker/res/values-en-rAU/
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>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set 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>
34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Collapse wallpaper info panel"</string>
35 <string name="expand_attribution_panel" msgid="3151357815478885438">"Expand wallpaper info panel"</string>
  /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>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set 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>
34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Collapse wallpaper info panel"</string>
35 <string name="expand_attribution_panel" msgid="3151357815478885438">"Expand wallpaper info panel"</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>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set 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>
34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Collapse wallpaper info panel"</string>
35 <string name="expand_attribution_panel" msgid="3151357815478885438">"Expand wallpaper info panel"</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>
34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"I-collapse ang panel ng impormasyon ng wallpaper"</string>
35 <string name="expand_attribution_panel" msgid="3151357815478885438">"Palawakin ang panel ng impormasyon ng wallpaper"</string
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WallpaperController.java 52 * Controls wallpaper windows visibility, ordering, and so on.
62 // with the wallpaper.
64 // If non-null, we are in the middle of animating from one wallpaper target
67 // If non-null, we are in the middle of animating from one wallpaper target
80 // This is set when we are waiting for a wallpaper to tell us it is done
84 // The last time we had a timeout when waiting for a wallpaper.
86 // We give a wallpaper up to 150ms to finish scrolling.
91 // Set to the wallpaper window we would like to hide once the transition animations are done.
92 // This is useful in cases where we don't want the wallpaper to be hidden when the close app
93 // is a wallpaper target and is done animating out, but the opening app isn't a wallpape
174 WindowState wallpaper = windows.get(wallpaperNdx); local
207 final WindowState wallpaper = token.windows.get(j); local
356 WindowState wallpaper = windows.get(wallpaperNdx); local
421 WindowState wallpaper = windows.get(wallpaperNdx); local
469 WindowState wallpaper = windows.get(j); local
724 WindowState wallpaper = tokenWindows.get(wallpaperNdx); local
870 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
    [all...]
  /development/samples/CubeLiveWallpaper/
_index.html 1 <p>This sample demonstrates how to create a live wallpaper and bundle it in an
4 <p>In terms of implementation, a live wallpaper is very similar to a regular
7 href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()"><code>
10 href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html">
12 handling the lifecycle and drawing of a wallpaper. The system provides a surface
19 <p>The examples in this application show how to set up a wallpaper service that
21 render the wallpaper, handle touch events, and so on. The examples also show how
22 a wallpaper should stop drawing when its visibility changes, for example, when
25 minimizes the wallpaper's impact on system performance and battery life.
28 <p>The application includes two wallpaper services and a wallpaper settings
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ColorExtractionService.java 33 * Extracts colors from the wallpaper, and saves results to {@link LauncherProvider}.
37 /** The fraction of the wallpaper to extract colors for use on the hotseat. */
54 Bitmap wallpaper = ((BitmapDrawable) wallpaperManager.getDrawable()).getBitmap(); local
55 Palette palette = Palette.from(wallpaper).generate();
58 // since they only consider part of the wallpaper.
59 Palette hotseatPalette = Palette.from(wallpaper)
60 .setRegion(0, (int) (wallpaper.getHeight() * (1f - HOTSEAT_FRACTION)),
61 wallpaper.getWidth(), wallpaper.getHeight())
69 Palette statusBarPalette = Palette.from(wallpaper)
    [all...]
  /packages/apps/WallpaperPicker/res/values-in/
strings.xml 22 <string name="wallpaper_instructions" msgid="3524143401182707094">"Setel wallpaper"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Tidak dapat memuat gambar sebagai wallpaper"</string>
25 <string name="wallpaper_set_fail" msgid="7023180794008631780">"Tidak dapat menyetel gambar sebagai wallpaper"</string>
31 <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d dari %2$d"</string>
35 <string name="pick_wallpaper" msgid="4628969645948454559">"Wallpaper"</string>
36 <string name="crop_wallpaper" msgid="4882870800623585836">"Pangkas wallpaper"</string>
  /packages/apps/WallpaperPicker/res/values-tl/
strings.xml 22 <string name="wallpaper_instructions" msgid="3524143401182707094">"Itakda ang wallpaper"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Hindi ma-load ang larawan bilang wallpaper"</string>
25 <string name="wallpaper_set_fail" msgid="7023180794008631780">"Hindi maitakda ang larawan bilang wallpaper"</string>
31 <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d ng %2$d"</string>
35 <string name="pick_wallpaper" msgid="4628969645948454559">"Mga Wallpaper"</string>
36 <string name="crop_wallpaper" msgid="4882870800623585836">"I-crop ang wallpaper"</string>
  /device/sample/apps/SetupCustomizer/res/values/
strings.xml 8 <!-- Custom wallpaper [DO NOT TRANSLATE] -->
  /external/libgdx/tests/gdx-tests-android/res/xml/
livewallpaper.xml 2 <wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/WallpaperPicker/res/values-en-rAU/
strings.xml 22 <string name="wallpaper_instructions" msgid="3524143401182707094">"Set wallpaper"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Couldn\'t load image as wallpaper"</string>
25 <string name="wallpaper_set_fail" msgid="7023180794008631780">"Couldn\'t set image as wallpaper"</string>
31 <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d of %2$d"</string>
36 <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string>
  /packages/apps/WallpaperPicker/res/values-en-rGB/
strings.xml 22 <string name="wallpaper_instructions" msgid="3524143401182707094">"Set wallpaper"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Couldn\'t load image as wallpaper"</string>
25 <string name="wallpaper_set_fail" msgid="7023180794008631780">"Couldn\'t set image as wallpaper"</string>
31 <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d of %2$d"</string>
36 <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string>
  /packages/apps/WallpaperPicker/res/values-en-rIN/
strings.xml 22 <string name="wallpaper_instructions" msgid="3524143401182707094">"Set wallpaper"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Couldn\'t load image as wallpaper"</string>
25 <string name="wallpaper_set_fail" msgid="7023180794008631780">"Couldn\'t set image as wallpaper"</string>
31 <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d of %2$d"</string>
36 <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string>
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 38 * Backup agent for various system-managed data, currently just the system wallpaper
45 private static final String WALLPAPER_HELPER = "wallpaper";
57 private static final String WALLPAPER_IMAGE_FILENAME = "wallpaper";
60 // TODO: Will need to change if backing up non-primary user's wallpaper
66 // TODO: Will need to change if backing up non-primary user's wallpaper
98 // Slot in a restore helper for the older wallpaper backup schema to support restore
105 // On restore, we also support a long-ago wallpaper data schema "system_files"
121 IWallpaperManager wallpaper = (IWallpaperManager) ServiceManager.getService( local
123 if (wallpaper != null) {
125 wallpaper.settingsRestored()
167 IWallpaperManager wallpaper = local
    [all...]
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 34 * but with logic for deciding what to do with restored wallpaper images.
43 // to the factory default wallpaper if the restored one differs "too much" from the
44 // device's preferred wallpaper image dimensions.
58 // TODO: Will need to change if backing up non-primary user's wallpaper
62 "wallpaper").getAbsolutePath();
71 "/data/data/com.android.settings/files/wallpaper";
77 // TODO: Will need to change if backing up non-primary user's wallpaper
81 "wallpaper-tmp").getAbsolutePath();
134 * magic wallpaper file, take specific action to determine whether it is suitable for
151 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidt
    [all...]
  /development/samples/Home/res/values-land/
strings.xml 18 <!-- Wallpaper -->
19 <string name="wallpaper_instructions">Tap image to set landscape wallpaper</string>

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 91011>>