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

  /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/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
SampleWallpaper.java 17 package com.example.android.multidisplay.wallpaper;
32 import android.service.wallpaper.WallpaperService;
  /development/samples/Home/src/com/example/android/home/
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...]

Completed in 106 milliseconds