Home
last modified time | relevance | path

Searched refs:wallpaperDrawable (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetV16.java98 Drawable wallpaperDrawable = getCurrentWallpaperDrawable(); in doInBackground() local
99 Bitmap bitmap = ((BitmapDrawable) wallpaperDrawable).getBitmap(); in doInBackground()
133 Drawable wallpaperDrawable = getCurrentWallpaperDrawable(); in doInBackground() local
135 wallpaperDrawable.getIntrinsicWidth(), wallpaperDrawable.getIntrinsicHeight()); in doInBackground()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDefaultWallpaperInfo.java153 Drawable wallpaperDrawable = WallpaperManager.getInstance(context).getBuiltInDrawable( in getDefaultWallpaper() local
155 if (wallpaperDrawable != null) { in getDefaultWallpaper()
159 wallpaperDrawable.setBounds(0, 0, defaultThumbSize.x, defaultThumbSize.y); in getDefaultWallpaper()
160 wallpaperDrawable.draw(c); in getDefaultWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/
DMissingHashCodeGeneratorJobService.java95 Drawable wallpaperDrawable = wallpaperManagerCompat.getDrawable(); in onStartJob()
99 if (wallpaperDrawable == null) { in onStartJob()
106 Bitmap bitmap = ((BitmapDrawable) wallpaperDrawable).getBitmap(); in onStartJob()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java216 … BitmapDrawable wallpaperDrawable = (BitmapDrawable) mWallpaperManagerCompat.getDrawable(); in getCurrentHomeWallpaperHashCode() local
217 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode()