HomeSort by relevance Sort by last modified time
    Searched defs:ImageCache (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 93 typedef std::map<int, SkBitmap*> ImageCache;
139 ImageCache* raw_bitmaps);
143 void GenerateFrameImages(ImageCache* bitmaps) const;
148 ImageCache* processed_bitmaps) const;
152 void GenerateTabBackgroundImages(ImageCache* bitmaps) const;
156 void RepackImages(const ImageCache& images,
161 void MergeImageCaches(const ImageCache& source,
162 ImageCache* destination) const;
226 ImageCache prepared_images_;
229 mutable ImageCache loaded_images_
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 41 import com.example.android.bitmapfun.util.ImageCache;
72 mImageWorker.setImageCache(ImageCache.findOrCreateCache(this, IMAGE_CACHE_DIR));
129 final ImageCache cache = mImageWorker.getImageCache();
ImageGridFragment.java 44 import com.example.android.bitmapfun.util.ImageCache;
45 import com.example.android.bitmapfun.util.ImageCache.ImageCacheParams;
52 * implementation with the key addition being the ImageWorker class w/ImageCache to load children
96 mImageWorker.setImageCache(ImageCache.findOrCreateCache(getActivity(), cacheParams));
164 final ImageCache cache = mImageWorker.getImageCache();
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 33 public class ImageCache {
34 private static final String TAG = "ImageCache";
55 * Creating a new ImageCache object using the specified parameters.
60 public ImageCache(Context context, ImageCacheParams cacheParams) {
65 * Creating a new ImageCache object using the default parameters.
70 public ImageCache(Context context, String uniqueName) {
75 * Find and return an existing ImageCache stored in a {@link RetainFragment}, if not found a new
80 * @return An existing retained ImageCache object or a new one if one did not exist.
82 public static ImageCache findOrCreateCache(
88 * Find and return an existing ImageCache stored in a {@link RetainFragment}, if not found a ne
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 148 typedef std::map<int, SkBitmap*> ImageCache;
292 mutable ImageCache gtk_images_;
  /external/chromium/chrome/common/extensions/
extension.h 649 typedef std::map<ImageCacheKey, SkBitmap> ImageCache;
    [all...]

Completed in 793 milliseconds