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