Searched refs:BitmapCache (Results 1 - 25 of 25) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAccountAvatarDrawable.java23 import com.android.bitmap.BitmapCache;
32 public AccountAvatarDrawable(final Resources res, final BitmapCache cache,
H A DContactResolver.java25 import com.android.bitmap.BitmapCache;
58 private final BitmapCache mCache;
77 public ContactResolver(final ContentResolver resolver, final BitmapCache cache) {
115 public BitmapCache getCache() {
162 private final BitmapCache mCache;
166 final ContentResolver resolver, final BitmapCache cache,
H A DAbstractAvatarDrawable.java30 import com.android.bitmap.BitmapCache;
43 * For better performance, you should define a cache with {@link #setBitmapCache(BitmapCache)}.
48 private BitmapCache mCache;
81 public void setBitmapCache(final BitmapCache cache) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
37 BitmapCache cache = MasterImage.getImage().getBitmapCache();
38 mBitmap = cache.getBitmapCopy(bitmap, BitmapCache.PREVIEW_CACHE);
91 BitmapCache cache = MasterImage.getImage().getBitmapCache();
H A DFilterEnvironment.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
41 private BitmapCache mBitmapCache;
58 public void setBitmapCache(BitmapCache cache) {
171 public BitmapCache getBimapCache() {
H A DCacheProcessing.java22 import com.android.gallery3d.filtershow.cache.BitmapCache;
136 return environment.getBitmapCopy(originalBitmap, BitmapCache.PREVIEW_CACHE_NO_FILTERS);
194 BitmapCache.PREVIEW_CACHE_NO_ROOT);
211 BitmapCache.PREVIEW_CACHE_NO_ROOT);
229 cacheBitmap = environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE);
259 return environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE_NO_APPLY);
H A DCachingPipeline.java31 import com.android.gallery3d.filtershow.cache.BitmapCache;
226 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.HIGHRES);
251 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.GEOMETRY);
273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS);
357 iconBounds.height(), BitmapCache.ICON);
369 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON);
H A DRenderingRequest.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
75 source.getWidth(), source.getHeight(), BitmapCache.RENDERING_REQUEST);
H A DImagePreset.java27 import com.android.gallery3d.filtershow.cache.BitmapCache;
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DAccountDrawerItem.java22 import com.android.bitmap.BitmapCache;
33 private final BitmapCache mImagesCache;
37 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
H A DDrawerItem.java24 import com.android.bitmap.BitmapCache;
42 * {@link DrawerItem#ofAccount(ControllableActivity, Account, int, boolean, BitmapCache,
144 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DControllableActivity.java22 import com.android.bitmap.BitmapCache;
113 ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache);
115 BitmapCache getSenderImageCache();
H A DAccountItemView.java27 import com.android.bitmap.BitmapCache;
72 final BitmapCache imagesCache, final ContactResolver contactResolver) {
H A DMailActivity.java39 import com.android.bitmap.BitmapCache;
90 private BitmapCache mSendersImageCache;
465 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) {
470 public BitmapCache getSenderImageCache() {
479 private BitmapCache createNewSenderImageCache() {
H A DFolderSelectionActivity.java35 import com.android.bitmap.BitmapCache;
438 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) {
444 public BitmapCache getSenderImageCache() {
H A DAnimatedAdapter.java39 import com.android.bitmap.BitmapCache;
248 private final BitmapCache mSendersImagesCache;
1117 public BitmapCache getSendersImagesCache() {
H A DFolderListFragment.java42 import com.android.bitmap.BitmapCache;
211 private BitmapCache mImagesCache;
434 public BitmapCache getBitmapCache() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterTinyPlanet.java26 import com.android.gallery3d.filtershow.cache.BitmapCache;
97 outputSize, BitmapCache.TINY_PLANET);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java31 import com.android.gallery3d.filtershow.cache.BitmapCache;
117 private BitmapCache mBitmapCache = new BitmapCache();
422 mPreviousImage = mBitmapCache.getBitmapCopy(getFilteredImage(), BitmapCache.NEW_LOOK);
829 public BitmapCache getBitmapCache() {
H A DGeometryMathUtils.java27 import com.android.gallery3d.filtershow.cache.BitmapCache;
319 BitmapCache bitmapCache = MasterImage.getImage().getBitmapCache();
321 frame.height(), BitmapCache.UTIL_GEOMETRY);
394 BitmapCache cache = MasterImage.getImage().getBitmapCache();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache,
277 imageBounds.height(), BitmapCache.REGION);
416 BitmapCache cache,
H A DBitmapCache.java29 public class BitmapCache { class
30 private static final String LOGTAG = "BitmapCache";
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java131 private BitmapCache mCache;
571 mCache = new BitmapCache(3);
1193 class BitmapCache implements ImageViewTouchBase.Recycler { class in inherits:ImageViewTouchBase.Recycler
1208 public BitmapCache(int size) { method in class:BitmapCache
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> { class in inherits:SoftReferenceThreadLocal
119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
H A DAppsCustomizePagedView.java234 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();

Completed in 286 milliseconds