summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/ImageCacheRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Only create debugTag if necessaryJohn Reck2012-09-261-5/+8
| | | | | | | Bug: 7238418 String concatenation isn't free Change-Id: I510a89ef8b673efb631d6f8929ab3d9d9b454931
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-4/+6
| | | | Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-1/+1
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* Add BytesBufferPool to prevent GC.Owen Lin2012-04-101-36/+40
| | | | Change-Id: Ia8513ff380a60f102481cbf25650eca149b75064
* Upload textures in background.Owen Lin2012-04-051-2/+1
| | | | Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-10/+15
| | | | Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
* Revert "bug #5252975: guard against null bitmap object, don't NPE."Owen Lin2011-09-061-7/+0
| | | | | | | This reverts commit 7012ebe1c85e538c572e23d4cb98cad88699c782. We would like to know the crash as soon as possible. bug: 5252975
* bug #5252975: guard against null bitmap object, don't NPE.Wei Huang2011-09-021-0/+7
| | | | | | - check for null Bitmap object before using. Change-Id: I99d85916dae45128d67be084860d66dd89ec2f95
* Initial code for Gallery2.Owen Lin2011-08-181-0/+89
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c