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