/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | ContactResolver.java | 25 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()
|
D | AbstractAvatarDrawable.java | 30 import com.android.bitmap.BitmapCache; 48 private BitmapCache mCache; 81 public void setBitmapCache(final BitmapCache cache) { in setBitmapCache()
|
D | AccountAvatarDrawable.java | 23 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/ |
D | CacheProcessing.java | 22 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()
|
D | CachingPipeline.java | 31 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()
|
D | Buffer.java | 24 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()
|
D | FilterEnvironment.java | 24 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()
|
D | RenderingRequest.java | 24 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/ |
D | MailActivity.java | 39 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()
|
D | ControllableActivity.java | 22 import com.android.bitmap.BitmapCache; 113 ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache); in getContactResolver() 115 BitmapCache getSenderImageCache(); in getSenderImageCache()
|
D | FolderSelectionActivity.java | 35 import com.android.bitmap.BitmapCache; 438 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) { in getContactResolver() 444 public BitmapCache getSenderImageCache() { in getSenderImageCache()
|
D | AccountItemView.java | 27 import com.android.bitmap.BitmapCache; 72 final BitmapCache imagesCache, final ContactResolver contactResolver) { in bind()
|
D | AnimatedAdapter.java | 39 import com.android.bitmap.BitmapCache; 248 private final BitmapCache mSendersImagesCache; 1117 public BitmapCache getSendersImagesCache() { in getSendersImagesCache()
|
D | FolderListFragment.java | 42 import com.android.bitmap.BitmapCache; 211 private BitmapCache mImagesCache; 434 public BitmapCache getBitmapCache() { in getBitmapCache()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | MasterImage.java | 31 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()
|
D | GeometryMathUtils.java | 27 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/ |
D | AccountDrawerItem.java | 22 import com.android.bitmap.BitmapCache; 33 private final BitmapCache mImagesCache; 37 int unreadCount, boolean isCurrentAccount, BitmapCache cache, in AccountDrawerItem()
|
D | DrawerItem.java | 24 import com.android.bitmap.BitmapCache; 144 int unreadCount, boolean isCurrentAccount, BitmapCache cache, in ofAccount()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, in loadRegionBitmap() 277 imageBounds.height(), BitmapCache.REGION); in loadRegionBitmap() 416 BitmapCache cache, in getScaleOneImageForPreset()
|
D | BitmapCache.java | 29 public class BitmapCache { class
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ViewImage.java | 131 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/ |
D | ImageFilterTinyPlanet.java | 26 import com.android.gallery3d.filtershow.cache.BitmapCache; 97 outputSize, BitmapCache.TINY_PLANET); in apply()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | WidgetPreviewLoader.java | 85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> { class 119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
|
D | AppsCustomizePagedView.java | 234 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WidgetPreviewLoader.java | 93 private static class BitmapCache extends SoftReferenceThreadLocal<Bitmap> { class in WidgetPreviewLoader 122 private final BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
|