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

  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedBitmapCache.java 35 public class UnrefedBitmapCache extends UnrefedPooledCache<RequestKey, ReusableBitmap>
43 private final static String TAG = UnrefedBitmapCache.class.getSimpleName();
45 public UnrefedBitmapCache(final int targetSizeBytes, final float nonPooledFraction,
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
MainActivity.java 31 import com.android.bitmap.UnrefedBitmapCache;
38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 40 import com.android.bitmap.UnrefedBitmapCache;
480 return new UnrefedBitmapCache(Utils.isLowRamDevice(this) ?
FolderListFragment.java 43 import com.android.bitmap.UnrefedBitmapCache;
322 mImagesCache = new UnrefedBitmapCache(Utils.isLowRamDevice(getActivity()) ?
    [all...]

Completed in 815 milliseconds