summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/ClusterAlbum.java
Commit message (Collapse)AuthorAgeFilesLines
* New loading modelJohn Reck2013-01-161-10/+2
| | | | | | | | | | | | | Rename reload() to loadIfDirty() loadIfDirty is implemented by MediaSet and is final loadIfDirty is now blocking instead of async Subclasses must implement two protected methods, isDirtyLocked() and load() The change from async reload() to sync loadIfDirty() should be fine since all users of reload() were doing so from a background thread already, and the longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
* Code clean up.Ahbong Chang2012-07-301-0/+4
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Fix 5481444 Face clustering should use PWA profile shot instead of random photoRay Chen2011-11-111-0/+10
| | | | Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
* Initial code for Gallery2.Owen Lin2011-08-181-0/+129
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c