HomeSort by relevance Sort by last modified time
    Searched refs:BitmapCache (Results 26 - 37 of 37) sorted by null

12

  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 55 private final BitmapCache mCache;
99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 33 import com.android.bitmap.BitmapCache;
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache,
StyledCornersBitmapDrawable.java 30 import com.android.bitmap.BitmapCache;
83 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache,
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 131 private BitmapCache mCache;
571 mCache = new BitmapCache(3);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 29 public class BitmapCache {
30 private static final String LOGTAG = "BitmapCache";
  /frameworks/base/core/java/android/widget/
RemoteViews.java 178 private BitmapCache mBitmapCache;
421 public void setBitmapCache(BitmapCache bitmapCache) {
529 mBitmapCache = new BitmapCache();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
AppsCustomizePagedView.java 234 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 39 import com.android.bitmap.BitmapCache;
248 private final BitmapCache mSendersImagesCache;
    [all...]
FolderListFragment.java 42 import com.android.bitmap.BitmapCache;
211 private BitmapCache mImagesCache;
434 public BitmapCache getBitmapCache() {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 27 import com.android.gallery3d.filtershow.cache.BitmapCache;
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 737 milliseconds

12