summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/TileImageViewAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove LongSpareArray + some cleanupsYour Name2012-12-111-13/+8
| | | | Change-Id: If5bb44ebca70bd735e426aeb3d9aac2d4bac646e
* Fixes bugs in TiledTexture.Owen Lin2012-10-161-29/+3
| | | | | | | | | 1. Upload tiles in SinglePhotoDataAdapter 2. Rebuild the upload queue after the screen nails being recycled bug: 6399444 Change-Id: I57e756f8d1d84742bf82dd34c83baf8df89ae4cc
* Accelerate PNG image rendering.Pin Ting2012-10-041-1/+0
| | | | | Bug:7137662 Change-Id: I050a228a6c8031c6a2d068eb4ba1b39be86e9f4a
* Fix some lint warnings in Gallery.Owen Lin2012-07-301-0/+2
| | | | | | | 1. Implement our own openPipeHelper 2. Add @TargetApi to TileImageViewAdapter Change-Id: I74dca78c4c4f18e0f782afad02d5ba9b410a503e
* Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-281-0/+50
| | | | Change-Id: I8a2f520f98116af6861fa2cd1460e6f848bbb4e4
* Reuse bitmap to prevent GC in TiledImageView.Owen Lin2012-05-221-45/+43
| | | | | bug:5948093 Change-Id: Iad89c5809bde0de5409752330f607aab153dceba
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-14/+0
| | | | | Bug: 6452217 Change-Id: Ied9c2e2c91f4ffe218a73ba1a123df92a2aab98a
* Fix 6341866 ANR in com.google.android.gallery3d due to ↵Ray Chen2012-05-021-7/+11
| | | | | | | | | | com.android.gallery3d.ui.TileImageViewAdapter.setScreenNail RegionDecoder is run in a lower priority thread but it uses the same lock as setScreenNail while decoding, so a priority inversion causes this ANR. The change tries to separate the lock so setScreenNail doesn't have to wait on the decoding process so the ANR could be avoided. Change-Id: I02cc26fa0535adaa57cdcf94b819970e179311d1 b:6341866
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-2/+2
| | | | Change-Id: I037f1f054da4a3800045d5b89724341ac22272a5
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-5/+18
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* New effect in photo browsing.Chih-Chung Chang2012-03-221-21/+38
| | | | Change-Id: I12ca70f56f5c874292a7a6f38f0518bbc855ed70
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-9/+19
| | | | | | Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
* Fix NPE while flipping through pictures.Owen Lin2011-10-181-2/+10
| | | | | | | | Add a DECODE_FAIL state to Tile's lifecycle. fix: 5376092 Change-Id: I26ff946d5435f12a6ee84c80f07255cf8327ef32
* Initial code for Gallery2.Owen Lin2011-08-181-0/+144
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c