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

  /cts/tests/app/app/src/android/app/stubs/
LiveWallpaper.java 19 import android.service.wallpaper.WallpaperService;
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
LiveWallpaper.java 25 import android.service.wallpaper.WallpaperService;
  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 58 wallpaperManager.setResource(R.raw.wallpaper);
  /cts/tests/app/src/android/app/cts/
WallpaperInfoTest.java 28 import android.service.wallpaper.WallpaperService;
  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 37 * Wallpaper picker for the Home application. User can choose from
40 public class Wallpaper extends Activity implements
65 setContentView(R.layout.wallpaper);
89 * the onTouchEvent causing the wallpaper to be set twice. Synchronize this
90 * method and ensure we only set the wallpaper once.
103 Log.e(LOG_TAG, "Failed to set wallpaper " + e);
Home.java 195 * only a wallpaper intent receiver to let other applications change the
196 * wallpaper.
236 * When no wallpaper was manually set, a default wallpaper is used instead.
240 Drawable wallpaper = peekWallpaper(); local
241 if (wallpaper == null) {
245 Log.e(LOG_TAG, "Failed to clear wallpaper " + e);
248 getWindow().setBackgroundDrawable(new ClippedDrawable(wallpaper));
582 * Receives intents from other applications to change the wallpaper.
733 * wallpaper has the same size as the screen. However, the wallpaper might be large
    [all...]
  /development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
SampleWallpaper.java 17 package com.example.android.multidisplay.wallpaper;
32 import android.service.wallpaper.WallpaperService;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 98 // wallpaper) and current wallpaper bitmap, because the reference bitmap can be
101 // wallpaper is different from the old one after we ran a setter method.
134 wallpaperManager.setResource(R.raw.wallpaper);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
KeyguardTests.java 172 * If we have a translucent SHOW_WHEN_LOCKED_ACTIVITY, the wallpaper should also be showing.
563 WindowState wallpaper = local
565 assertNotNull(wallpaper);
566 assertTrue(wallpaper.isShown());
  /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

Completed in 209 milliseconds