Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java295 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals
297 return peekWallpaperBitmap(context, returnDefault, which, context.getUserId()); in peekWallpaperBitmap()
300 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals
436 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable()
667 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable()
690 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable()
705 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable()
727 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId); in getBitmapAsUser()