Searched refs:methodGetBitmap (Results 1 – 1 of 1) sorted by relevance
82 Method methodGetBitmap = wmClass.getDeclaredMethod("getBitmap", noparams); in getWallpaperBitmap() local83 return (Bitmap) methodGetBitmap.invoke(wallpaperManager, null); in getWallpaperBitmap()