Searched refs:peekWallpaperBitmap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 288 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals 290 return peekWallpaperBitmap(context, returnDefault, which, context.getUserId()); in peekWallpaperBitmap() 293 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals 419 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable() 650 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable() 673 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable() 688 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable() 710 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId); in getBitmapAsUser()
|