Home | History | Annotate | Download | only in hwui

Lines Matching refs:mCache

153         mCache(LruCache<PathDescription, PathTexture*>::kUnlimitedCapacity),
163 mCache.setOnEntryRemovedListener(this);
173 mCache.clear();
191 mCache.removeOldest();
245 mCache.removeOldest();
252 mCache.removeOldest();
291 mCache.put(entry, texture);
304 mCache.clear();
367 LruCache<PathDescription, PathTexture*>::Iterator i(mCache);
399 mCache.remove(pathsToRemove.itemAt(i));
425 PathTexture* texture = mCache.get(entry);
444 mCache.remove(entry);
449 mCache.remove(entry);
467 PathTexture* texture = mCache.get(entry);
473 mCache.remove(entry);
491 mCache.put(entry, texture);