Searched refs:peekWallpaperBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java253 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault) { method in class:WallpaperManager.Globals
384 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
575 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
598 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
613 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
626 return sGlobals.peekWallpaperBitmap(mContext, true);

Completed in 31 milliseconds