HomeSort by relevance Sort by last modified time
    Searched refs:wallpaper (Results 26 - 50 of 56) sorted by null

12 3

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 115 // wallpaper) and current wallpaper bitmap, because the reference bitmap can be
118 // wallpaper is different from the old one after we ran a setter method.
149 wallpaperManager.setResource(R.raw.wallpaper);
  /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
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 19 import android.service.wallpaper.WallpaperService;
148 // Simulate some slowness, so we can test the loading process in the live wallpaper
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/core/java/android/app/
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...]
WallpaperManager.java 62 import android.service.wallpaper.WallpaperService;
84 * Provides access to the system wallpaper. With WallpaperManager, you can
85 * get the current wallpaper, get the desired dimensions for the wallpaper, set
86 * the wallpaper, and more.
100 private static final String PROP_WALLPAPER = "ro.config.wallpaper";
107 * Activity Action: Show settings for choosing wallpaper. Do not use directly to construct
109 * <p>Input: {@link Intent#getData} is the URI of the image to crop and set as wallpaper.
110 * <p>Output: RESULT_OK if user decided to crop/set the wallpaper, RESULT_CANCEL otherwise
115 "android.service.wallpaper.CROP_AND_SET_WALLPAPER"
    [all...]
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 320 [?Live Wallpapers?](http://developer.android.com/reference/android/service/wallpaper/WallpaperService.html)
322 with limited input capabilities that display as a wallpaper, behind other
330 hardware is considered incapable of running live wallpaper. As an example, some
332 Live wallpaper will not run reliably on hardware that does not support multiple
333 OpenGL contexts because the live wallpaper use of an OpenGL context may conflict
  /packages/apps/Settings/src/com/android/settings/core/gateway/
SettingsGateway.java 125 import com.android.settings.wallpaper.WallpaperTypeSettings;
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResources.java 87 import com.android.settings.wallpaper.WallpaperTypeSettings;
  /device/huawei/angler/
device.mk 109 ro.config.wallpaper \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 36 import android.service.wallpaper.WallpaperService;
58 * Default built-in wallpaper that simply shows a static image.
209 // Force the wallpaper to cover the screen in both dimensions
320 // Sometimes a wallpaper is not large enough to cover the screen in one dimension.
326 return; // had to reload wallpaper, will retry later
399 Log.d(TAG, "Redrawing wallpaper");
423 * Loads the wallpaper on background thread and schedules updating the surface frame,
462 // Note that if we do fail at this, and the default wallpaper can't
464 // default wallpaper can't be loaded.
465 Log.w(TAG, "Unable to load wallpaper!", exception)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 310 ? R.string.wallpaper
344 Log.e(TAG, "Failed to set wallpaper.", e);
  /frameworks/base/config/
compiled-classes-phone     [all...]
  /system/sepolicy/private/
file_contexts 420 # Wallpaper files
424 /data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
  /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";
129 * The actual implementation of a wallpaper. A wallpaper service ma
    [all...]
  /frameworks/base/
Android.mk 340 core/java/android/service/wallpaper/IWallpaperConnection.aidl \
341 core/java/android/service/wallpaper/IWallpaperEngine.aidl \
342 core/java/android/service/wallpaper/IWallpaperService.aidl \
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 413 # Wallpaper files
417 /data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
  /external/robolectric/v1/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 

Completed in 1046 milliseconds

12 3