summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ImageGetter.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code.Chih-Chung Chang2010-03-051-314/+0
* Remove the use of native allocation.Chih-Chung Chang2010-02-121-1/+1
* Remove unused code.Chih-Chung Chang2009-11-021-1/+0
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-2/+1
* Utilize thumbnail api to cancel thumbnail decoding, and replace BitmapManager...Ray Chen2009-09-301-1/+7
* Lower the priority of the ImageGetter thread to avoid competing withChih-Chung Chang2009-07-301-0/+5
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-6/+13
* Fix http://b/2017388 by handling the corner case in computeSampleSize().Wei-Ta Chen2009-07-291-1/+0
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-1/+1
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-0/+299