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

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltBitmapCache.java 28 public class AltBitmapCache extends AltPooledCache<DecodeTask.Request, ReusableBitmap>
36 public AltBitmapCache(final int targetSizeBytes, final float nonPooledFraction) {
45 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: block %b", blocking);
71 LogUtils.d(TAG, "AltBitmapCache: %s waiting", Thread.currentThread().getName());
78 LogUtils.d(TAG, "AltBitmapCache: %s notified",
93 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: offer +1");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 38 import com.android.bitmap.AltBitmapCache;
268 mBitmapCache = new AltBitmapCache(BITMAP_CACHE_TARGET_SIZE_BYTES,
    [all...]

Completed in 48 milliseconds