Home
last modified time | relevance | path

Searched defs:placeholderColor (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DAsset.java54 Context context, ImageView imageView, int placeholderColor) { in getPlaceholderDrawable()
125 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
156 int placeholderColor) { in loadDrawable()
215 int placeholderColor) { in loadDrawableWithTransition()
277 public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor) { in loadPreviewImage()
H A DContentUriAsset.java245 int placeholderColor) { in loadDrawable()
256 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
271 int placeholderColor) { in loadDrawableWithTransition()
H A DSystemStaticAsset.java55 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
H A DLiveWallpaperThumbAsset.java101 int placeholderColor) { in loadDrawable()
121 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
H A DResourceAsset.java62 int placeholderColor) { in loadDrawable()
H A DCurrentWallpaperAssetVN.java102 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
H A DBitmapCachingAsset.java150 public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor) { in loadPreviewImage()
H A DBuiltInWallpaperAsset.java111 public void loadDrawable(Context context, ImageView imageView, int placeholderColor) { in loadDrawable()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java34 public int placeholderColor; field in Config.AlbumSetPage
85 public int placeholderColor; field in Config.AlbumPage
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DPlaceHolderIconDrawable.java59 int placeholderColor = mPaint.getColor(); in animateIconUpdate() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DDesktopRotationHolder.java111 int placeholderColor = in updateThumbnail() local
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestAsset.java85 int placeholderColor) { in loadDrawableWithTransition()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperSurfaceCallback.java73 SurfaceView wallpaperSurface, @Nullable Future<Integer> placeholderColor, in WallpaperSurfaceCallback()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlotRenderer.java54 SelectionManager selectionManager, int placeholderColor) { in AlbumSlotRenderer()
H A DAlbumSetSlotRenderer.java70 SlotView slotView, LabelSpec labelSpec, int placeholderColor) { in AlbumSetSlotRenderer()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperSectionController.java169 Future<Integer> placeholderColor = CompletableFuture.completedFuture( in createView() local