summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/AbstractLocalDataAdapterWrapper.java
Commit message (Collapse)AuthorAgeFilesLines
* Speed up filmstrip by not decoding with default 3000px.Sascha Haeberling2013-08-211-0/+1
| | | | | | | | | | Bug: 10330214 Bug: 10430152 We need to tell the wrapped data adapters about the size we need. Also, use a more efficient way to determine the sample size. Change-Id: Ie2c6fb438f06d97d6e5420afdceccccf41040020
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-0/+10
| | | | | | | | | | | | http://ag/339319 http://ag/338974 http://ag/338401 http://ag/324149 Adapted to work in Camera2 and adding a .gitignore so that temporary Eclipse files and folders are not submitted. Change-Id: I40295c7f0139f76270c44f0ca395c0574a288569
* Add LocalDataAdapter and wrappers.Angus Kong2013-08-011-0/+90
1. FixedFirstDataAdapter wraps another adapter and add a data at the first position. 2. FixedLastDataAdapter wraps another adapter and add a data at the last position. 3. Make the LocalData interface more complete. - onFullScreen() - canSwipeInFullScreen() - getPath() 3. Add methods to the FilmStripView.DataAdapter to receive UI events. - onDataCentered() - onDataFullScreen() Change-Id: I26d3a3b7facd0c451af43ce5fbbcab2baaaec427