Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java249 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault) { in peekWallpaperBitmap() method in WallpaperManager.Globals
371 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getDrawable()
559 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekDrawable()
582 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getFastDrawable()
597 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekFastDrawable()
610 return sGlobals.peekWallpaperBitmap(mContext, true); in getBitmap()