Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java390 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals
392 return peekWallpaperBitmap(context, returnDefault, which, context.getUserId(), in peekWallpaperBitmap()
396 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals
546 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable()
777 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable()
801 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable()
817 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable()
852 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId, hardware); in getBitmapAsUser()