Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DSystemStaticAsset.java55 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in SystemStaticAsset
H A DCurrentWallpaperAssetVN.java102 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in CurrentWallpaperAssetVN
H A DContentUriAsset.java256 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in ContentUriAsset
H A DLiveWallpaperThumbAsset.java121 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable() method in LiveWallpaperThumbAsset
H A DAsset.java125 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 DLivePreviewFragment.java312 .loadLowResDrawable(activity, in previewLiveWallpaper()
H A DImagePreviewFragment.java623 mWallpaperAsset.loadLowResDrawable(activity, mLowResImageView, placeHolderColor, in surfaceCreated()