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

1 23

  /frameworks/base/core/java/android/app/
WallpaperInfo.java 36 import android.service.wallpaper.WallpaperService;
44 * This class is used to specify meta information of a wallpaper service.
50 * The Service that implements this wallpaper component.
55 * The wallpaper setting activity's name, to
56 * launch the setting activity of this wallpaper.
61 * Resource identifier for this wallpaper's thumbnail image.
66 * Resource identifier for a string indicating the author of the wallpaper.
71 * Resource identifier for a string containing a short description of the wallpaper.
78 * @param context The Context in which we are parsing the wallpaper.
80 * this wallpaper's component
    [all...]
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 19 import android.service.wallpaper.WallpaperService;
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 590 // with the wallpaper.
592 // If non-null, we are in the middle of animating from one wallpaper target
595 // If non-null, we are in the middle of animating from one wallpaper target
605 // This is set when we are waiting for a wallpaper to tell us it is done
608 // The last time we had a timeout when waiting for a wallpaper.
610 // We give a wallpaper up to 150ms to finish scrolling.
786 // For example, when this flag is true, there will be no wallpaper service.
1964 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2064 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2205 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2261 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
2926 WindowState wallpaper = token.windows.get(curWallpaperIndex); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
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/chromeos/login/users/wallpaper/
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...]
  /device/moto/shamu/
device.mk 355 ro.config.wallpaper \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 37 import android.service.wallpaper.WallpaperService;
56 * Default built-in wallpaper that simply shows a static image.
204 // Force the wallpaper to cover the screen in both dimensions
316 // Sometimes a wallpaper is not large enough to cover the screen in one dimension.
401 Log.d(TAG, "Redrawing wallpaper");
443 // Note that if we do fail at this, and the default wallpaper can't
445 // default wallpaper can't be loaded.
446 Log.w(TAG, "Unable to load wallpaper!", exception);
451 Log.w(TAG, "Unable reset to default wallpaper!", ex);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /frameworks/base/
Android.mk 236 core/java/android/service/wallpaper/IWallpaperConnection.aidl \
237 core/java/android/service/wallpaper/IWallpaperEngine.aidl \
238 core/java/android/service/wallpaper/IWallpaperService.aidl \
    [all...]
  /external/sepolicy/
file_contexts 225 # Wallpaper file for other users
226 /data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 310 ? R.string.wallpaper
344 Log.e(TAG, "Failed to set wallpaper.", e);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 17 package android.service.wallpaper;
70 * A wallpaper service is responsible for showing a live wallpaper behind
73 * {@link Engine} as needed. Implementing a wallpaper thus
87 "android.service.wallpaper.WallpaperService";
92 * a <code>&lt;{@link android.R.styleable#Wallpaper wallpaper}&gt;</code>
95 public static final String SERVICE_META_DATA = "android.service.wallpaper";
126 * The actual implementation of a wallpaper. A wallpaper service ma
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 600 milliseconds

1 23