/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
H A D | AccountAvatarDrawable.java | 23 import com.android.bitmap.BitmapCache; 32 public AccountAvatarDrawable(final Resources res, final BitmapCache cache,
|
H A D | ContactResolver.java | 25 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 D | AbstractAvatarDrawable.java | 30 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 D | Buffer.java | 24 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 D | FilterEnvironment.java | 24 import com.android.gallery3d.filtershow.cache.BitmapCache; 41 private BitmapCache mBitmapCache; 58 public void setBitmapCache(BitmapCache cache) { 171 public BitmapCache getBimapCache() {
|
H A D | CacheProcessing.java | 22 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 D | CachingPipeline.java | 31 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 D | RenderingRequest.java | 24 import com.android.gallery3d.filtershow.cache.BitmapCache; 75 source.getWidth(), source.getHeight(), BitmapCache.RENDERING_REQUEST);
|
H A D | ImagePreset.java | 27 import com.android.gallery3d.filtershow.cache.BitmapCache;
|
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
H A D | AccountDrawerItem.java | 22 import com.android.bitmap.BitmapCache; 33 private final BitmapCache mImagesCache; 37 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
|
H A D | DrawerItem.java | 24 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 D | ControllableActivity.java | 22 import com.android.bitmap.BitmapCache; 113 ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache); 115 BitmapCache getSenderImageCache();
|
H A D | AccountItemView.java | 27 import com.android.bitmap.BitmapCache; 72 final BitmapCache imagesCache, final ContactResolver contactResolver) {
|
H A D | MailActivity.java | 39 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 D | FolderSelectionActivity.java | 35 import com.android.bitmap.BitmapCache; 438 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) { 444 public BitmapCache getSenderImageCache() {
|
H A D | AnimatedAdapter.java | 39 import com.android.bitmap.BitmapCache; 248 private final BitmapCache mSendersImagesCache; 1117 public BitmapCache getSendersImagesCache() {
|
H A D | FolderListFragment.java | 42 import com.android.bitmap.BitmapCache; 211 private BitmapCache mImagesCache; 434 public BitmapCache getBitmapCache() {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | ImageFilterTinyPlanet.java | 26 import com.android.gallery3d.filtershow.cache.BitmapCache; 97 outputSize, BitmapCache.TINY_PLANET);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A 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); 829 public BitmapCache getBitmapCache() {
|
H A D | GeometryMathUtils.java | 27 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 D | ImageLoader.java | 254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, 277 imageBounds.height(), BitmapCache.REGION); 416 BitmapCache cache,
|
H A D | BitmapCache.java | 29 public class BitmapCache { class 30 private static final String LOGTAG = "BitmapCache";
|
/packages/apps/Gallery/src/com/android/camera/ |
H A D | ViewImage.java | 131 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 D | WidgetPreviewLoader.java | 85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> { class in inherits:SoftReferenceThreadLocal 119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
|
H A D | AppsCustomizePagedView.java | 234 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
|