Searched refs:peekWallpaperBitmap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 413 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals 415 return peekWallpaperBitmap(context, returnDefault, which, context.getUserId(), in peekWallpaperBitmap() 419 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() method in WallpaperManager.Globals 609 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, cmProxy); in getDrawable() 841 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM, cmProxy); in peekDrawable() 866 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, cmProxy); in getFastDrawable() 883 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM, cmProxy); in peekFastDrawable() 907 Bitmap bitmap = sGlobals.peekWallpaperBitmap(mContext, false, which, cmProxy); in wallpaperSupportsWcg() 944 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId, hardware, cmProxy); in getBitmapAsUser()
|