Searched refs:sLruCache (Results 1 – 1 of 1) sorted by relevance
50 static LruCache<Long, Bitmap> sLruCache; field in BitmapLoader61 if (sLruCache == null) { in getLruCache()66 sLruCache = new LruCache<Long, Bitmap>(maxBytes) { in getLruCache()73 return sLruCache; in getLruCache()114 sLruCache.put(mId, bitmap); in onPostExecute()140 if (sLruCache != null) { in clear()141 sLruCache.evictAll(); in clear()