Searched refs:wallpaperDrawable (Results 1 – 4 of 4) sorted by relevance
98 Drawable wallpaperDrawable = getCurrentWallpaperDrawable(); in doInBackground() local99 Bitmap bitmap = ((BitmapDrawable) wallpaperDrawable).getBitmap(); in doInBackground()133 Drawable wallpaperDrawable = getCurrentWallpaperDrawable(); in doInBackground() local135 wallpaperDrawable.getIntrinsicWidth(), wallpaperDrawable.getIntrinsicHeight()); in doInBackground()
153 Drawable wallpaperDrawable = WallpaperManager.getInstance(context).getBuiltInDrawable( in getDefaultWallpaper() local155 if (wallpaperDrawable != null) { in getDefaultWallpaper()159 wallpaperDrawable.setBounds(0, 0, defaultThumbSize.x, defaultThumbSize.y); in getDefaultWallpaper()160 wallpaperDrawable.draw(c); in getDefaultWallpaper()
95 Drawable wallpaperDrawable = wallpaperManagerCompat.getDrawable(); in onStartJob()99 if (wallpaperDrawable == null) { in onStartJob()106 Bitmap bitmap = ((BitmapDrawable) wallpaperDrawable).getBitmap(); in onStartJob()
216 … BitmapDrawable wallpaperDrawable = (BitmapDrawable) mWallpaperManagerCompat.getDrawable(); in getCurrentHomeWallpaperHashCode() local217 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode()