Searched refs:sProjectBitmapCache (Results 1 – 1 of 1) sorted by relevance
113 private final static Map<Object, Map<String, SoftReference<Bitmap>>> sProjectBitmapCache = field in Bridge486 sProjectBitmapCache.remove(projectKey); in clearCaches()652 Map<String, SoftReference<Bitmap>> map = sProjectBitmapCache.get(projectKey); in getCachedBitmap()677 Map<String, SoftReference<Bitmap>> map = sProjectBitmapCache.get(projectKey); in setCachedBitmap()681 sProjectBitmapCache.put(projectKey, map); in setCachedBitmap()