Home
last modified time | relevance | path

Searched refs:loadLowResDrawable (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java102 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in CurrentWallpaperAssetVN
DLiveWallpaperThumbAsset.java121 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in LiveWallpaperThumbAsset
DAsset.java125 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in Asset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java295 .loadLowResDrawable(activity, in previewLiveWallpaper()
DImagePreviewFragment.java581 mWallpaperAsset.loadLowResDrawable(activity, mLowResImageView, placeHolderColor, in surfaceCreated()