Searched refs:loadLowResDrawable (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | SystemStaticAsset.java | 55 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in SystemStaticAsset
|
H A D | CurrentWallpaperAssetVN.java | 102 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in CurrentWallpaperAssetVN
|
H A D | ContentUriAsset.java | 256 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in ContentUriAsset
|
H A D | LiveWallpaperThumbAsset.java | 121 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in LiveWallpaperThumbAsset
|
H A D | Asset.java | 125 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in Asset
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | LivePreviewFragment.java | 312 .loadLowResDrawable(activity, in previewLiveWallpaper()
|
H A D | ImagePreviewFragment.java | 623 mWallpaperAsset.loadLowResDrawable(activity, mLowResImageView, placeHolderColor, in surfaceCreated()
|