Home
last modified time | relevance | path

Searched refs:sLruCache (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DBitmapLoader.java50 static LruCache<Long, Bitmap> sLruCache; field in BitmapLoader
61 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()