Searched refs:loadLowResDrawable (Results 1 – 7 of 7) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | SystemStaticAsset.java | 63 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in SystemStaticAsset
|
D | CurrentWallpaperAsset.java | 104 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in CurrentWallpaperAsset
|
D | ContentUriAsset.java | 259 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in ContentUriAsset
|
D | Asset.java | 176 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in Asset
|
D | LiveWallpaperThumbAsset.java | 212 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in LiveWallpaperThumbAsset
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ImagePreviewFragment.java | 540 mWallpaperAsset.loadLowResDrawable(activity, mLowResImageView, placeHolderColor, in surfaceCreated()
|
D | LivePreviewFragment.java | 541 .loadLowResDrawable(activity,
|