Searched refs:wallpaperManager (Results 1 – 2 of 2) sorted by relevance
60 final WallpaperManager wallpaperManager = WallpaperManager.getInstance(this); in onCreate() local61 final Drawable wallpaperDrawable = wallpaperManager.getDrawable(); in onCreate()80 wallpaperManager.setBitmap(imageView.getDrawingCache()); in onCreate()
50 LauncherAdapter(PackageManager packageManager, WallpaperManager wallpaperManager) { in LauncherAdapter() argument53 if (wallpaperManager != null) { in LauncherAdapter()55 wallpaperManager.getWallpaperColors(WallpaperManager.FLAG_SYSTEM); in LauncherAdapter()