Searched refs:getLruCache (Results 1 – 1 of 1) sorted by relevance
60 static LruCache<Long, Bitmap> getLruCache(Context context) { in getLruCache() method in BitmapLoader122 Bitmap bitmap = getLruCache(context).get(id); in loadBitmap()