summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/BitmapManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused resources and code.Owen Lin2010-04-071-72/+1
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-13/+18
|
* Clean up and add comments for classes.Chih-Chung Chang2009-11-021-3/+5
|
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-2/+48
|
* Remove unused code.Chih-Chung Chang2009-08-271-37/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-1/+0
| | | | | | (1) Set default maximum numbers of pixels for thumbails and mini thumbnails. (2) Enfore computeSampleSize() to return a sample size that is either power of 2 or multiple of 8.
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-20/+0
|
* Clean BitmapManager.Chih-Chung Chang2009-05-181-108/+40
|
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-1/+0
|
* remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-35/+48
|
* new file: ../CameraAppUnitTestRunner.javaRay Chen2009-05-121-2/+2
| | | | | new file: BitmapManagerUnitTest.java modified: ../../../../../../src/com/android/camera/BitmapManager.java
* All threads are allowed to decode by default.Ray Chen2009-04-291-2/+2
|
* Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager.Ray Chen2009-04-281-1/+1
|
* Fix bitmap decoding in CropImage.Chih-Chung Chang2009-04-241-3/+11
| | | | | Call allow decoding function so it can decode bitmaps. Add log in BitmapManager so we can fix callers which forget to call it.
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-5/+0
|
* Refactoring the code.Owen Lin2009-04-161-3/+1
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-66/+1
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-47/+49
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-7/+6
| | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696
* AI 145007: A centralized control for resource-intensive bitmap decoding.Ray Chen2009-04-071-0/+326
BUG=1692286 Automated import of CL 145007