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

  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 133 mOriginalWallpaper = (BitmapDrawable) mContext.getWallpaper();
637 // Test getWallpaper
638 Drawable testDrawable = mContext.getWallpaper();
649 assertNotNull(mContext.getWallpaper());
656 testDrawable = mContext.getWallpaper();
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 199 public Drawable getWallpaper() {
  /development/samples/Home/src/com/example/android/home/
Home.java 587 getWindow().setBackgroundDrawable(new ClippedDrawable(getWallpaper()));

Completed in 214 milliseconds