diff options
author | Wei-Ta Chen <weita@google.com> | 2010-09-07 17:32:18 +0800 |
---|---|---|
committer | Wei-Ta Chen <weita@google.com> | 2010-09-23 13:56:52 +0800 |
commit | 6b849e2123be98eb2a1a25b8abf0b13a279ce952 (patch) | |
tree | 2d31bd61d555724b8fe7468c79049a9e782151da /tests/CoreTests | |
parent | e81894201979513de87269a21a1802da72d2b954 (diff) | |
download | frameworks_base-6b849e2123be98eb2a1a25b8abf0b13a279ce952.zip frameworks_base-6b849e2123be98eb2a1a25b8abf0b13a279ce952.tar.gz frameworks_base-6b849e2123be98eb2a1a25b8abf0b13a279ce952.tar.bz2 |
Unhide BitmapRegionDecoder.
1. Rename LargeBitmap to BitmapRegionDecoder
2. Move the instantiations of BitmapRegionDecoder out of BitmapFactory.
3. Remove the use of MemoryFile in BitmapRegionDecoder, since MemoryFile's API had been modified in master. Otherwise, the change will break the master build.
4. Move AssetStreamAdaptor, AutoFDSeek and nullObjectReturn to Utils.h because BitmapFactory.cpp and BitmapRegionDecoder.cpp both need to use these utility functions.
Most of the modifications, except for (2) and (3), were reviewed in https://android-git.corp.google.com/g/#change,64716 .
However, that change broke the master build due to (3) and was reverted eventually.
So, instead of withdrawing this change and waiting for that change to be checked in again, I merge the two changes into one.
Change-Id: I2202c0fbbbd6d6676bbd9637e690023ea4099c40
Diffstat (limited to 'tests/CoreTests')
0 files changed, 0 insertions, 0 deletions