OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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