Searched refs:ChangeNotifier (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ChangeNotifier.java | 26 public class ChangeNotifier { class 31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { in ChangeNotifier() method in ChangeNotifier 36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { in ChangeNotifier() method in ChangeNotifier
|
D | DataManager.java | 301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { in registerChangeNotifier() 332 private WeakHashMap<ChangeNotifier, Object> mNotifiers = 333 new WeakHashMap<ChangeNotifier, Object>(); 339 public synchronized void registerNotifier(ChangeNotifier notifier) { in registerNotifier() 345 for(ChangeNotifier notifier : mNotifiers.keySet()) { in onChange()
|
D | LocalAlbumSet.java | 53 private final ChangeNotifier mNotifier; 66 mNotifier = new ChangeNotifier(this, mWatchUris, application); in LocalAlbumSet()
|
D | SecureAlbum.java | 50 private final ChangeNotifier mNotifier; 60 mNotifier = new ChangeNotifier(this, mWatchUris, application); in SecureAlbum()
|
D | LocalAlbum.java | 57 private final ChangeNotifier mNotifier; 86 mNotifier = new ChangeNotifier(this, mBaseUri, application); in LocalAlbum()
|