Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/manager/
DImageAssetManager.java28 private final Map<String, LottieImageAsset> imageAssets; field in ImageAssetManager
31 ImageAssetDelegate delegate, Map<String, LottieImageAsset> imageAssets) { in ImageAssetManager() argument
40 this.imageAssets = new HashMap<>(); in ImageAssetManager()
46 this.imageAssets = imageAssets; in ImageAssetManager()
59 LottieImageAsset asset = imageAssets.get(id); in updateBitmap()
64 Bitmap prevBitmap = imageAssets.get(id).getBitmap(); in updateBitmap()
70 LottieImageAsset asset = imageAssets.get(id); in bitmapForId()
127 imageAssets.get(key).setBitmap(bitmap); in putBitmap()