Searched refs:sProjectBitmapPaddingCache (Results 1 – 1 of 1) sorted by relevance
131 private final static Map<Object, Map<String, SoftReference<Rect>>> sProjectBitmapPaddingCache = field in Bridge436 sProjectBitmapPaddingCache.clear(); in dispose()518 sProjectBitmapPaddingCache.remove(projectKey); in clearResourceCaches()696 Map<String, SoftReference<Rect>> map = sProjectBitmapPaddingCache.get(projectKey); in getCachedBitmapPadding()741 sProjectBitmapPaddingCache.computeIfAbsent(projectKey, k -> new HashMap<>()); in setCachedBitmapPadding()