HomeSort by relevance Sort by last modified time
    Searched refs:PooledCache (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/
BitmapCache.java 19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> {
PooledCache.java 19 public interface PooledCache<K, V> {
UnrefedPooledCache.java 44 public class UnrefedPooledCache<K, V extends Poolable> implements PooledCache<K, V> {

Completed in 220 milliseconds