OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AltPooledCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/bitmap/
AltPooledCache.java
42
public class
AltPooledCache
<K, V extends Poolable> implements PooledCache<K, V> {
56
public
AltPooledCache
(int targetSize, float nonPooledFraction) {
207
return
AltPooledCache
.this.sizeOf(value);
AltBitmapCache.java
28
public class AltBitmapCache extends
AltPooledCache
<DecodeTask.Request, ReusableBitmap>
Completed in 53 milliseconds