Home
last modified time | relevance | path

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

12

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

12