summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/LocalDataAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-0/+27
| | | | | | | | | | | | 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/+91
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