summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/camera/BitmapManagerUnitTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Chih-Chung Chang2010-03-051-146/+0
|
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-4/+4
|
* Remove unused code.Chih-Chung Chang2009-08-271-26/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-4/+6
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-1/+1
|
* Clean BitmapManager.Chih-Chung Chang2009-05-181-72/+75
|
* Organize the structure and named for camera's tests.Owen Lin2009-05-151-0/+167
Also add two test suite to make it easier to run by runtest script.