Lines Matching refs:mCache
66 mCache(LruCache<GradientCacheEntry, Texture*>::kUnlimitedCapacity),
78 mCache.setOnEntryRemovedListener(this);
86 mCache(LruCache<GradientCacheEntry, Texture*>::kUnlimitedCapacity),
88 mCache.setOnEntryRemovedListener(this);
92 mCache.clear();
110 mCache.removeOldest();
134 Texture* texture = mCache.get(gradient);
144 mCache.clear();
185 mCache.removeOldest();
191 mCache.put(gradient, texture);