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