Searched refs:reload (Results 1 - 25 of 38) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetSource.java29 public void reload(); method in interface:WidgetSource
H A DMediaSetSource.java84 public void reload() { method in class:MediaSetSource
85 mSource.reload();
176 public void reload() { method in class:MediaSetSource.CheckedMediaSetSource
177 long version = mSource.reload();
228 public void reload() {} method in class:MediaSetSource.EmptySource
H A DLocalPhotoSource.java158 public void reload() { method in class:LocalPhotoSource
186 reload();
H A DWidgetService.java133 mSource.reload();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterEmptyPromptSet.java74 public long reload() { method in class:FilterEmptyPromptSet
75 return mBaseSet.reload();
H A DSnailAlbum.java32 public long reload() { method in class:SnailAlbum
H A DComboAlbumSet.java77 public long reload() { method in class:ComboAlbumSet
80 long version = mSets[i].reload();
H A DFilterTypeSet.java68 public long reload() { method in class:FilterTypeSet
69 if (mBaseSet.reload() > mDataVersion) {
90 filteredSet.reload();
H A DSingleItemAlbum.java65 public long reload() { method in class:SingleItemAlbum
H A DComboAlbum.java84 public long reload() { method in class:ComboAlbum
87 long version = mSets[i].reload();
H A DClusterAlbum.java109 public long reload() { method in class:ClusterAlbum
110 if (mClusterAlbumSet.reload() > mDataVersion) {
H A DClusterAlbumSet.java61 public long reload() { method in class:ClusterAlbumSet
62 if (mBaseSet.reload() > mDataVersion) {
H A DLocalMergeAlbum.java60 reload();
176 public long reload() { method in class:LocalMergeAlbum
179 if (mSources[i].reload() > mDataVersion) changed = true;
H A DFilterDeleteSet.java144 // We apply the pending requests in the mRequests to construct mCurrent in reload().
146 public long reload() { method in class:FilterDeleteSet
147 boolean newData = mBaseSet.reload() > mDataVersion;
252 // updated after a reload()).
H A DLocalAlbumSet.java164 // 1. Prevent calling reload() concurrently.
165 // 2. Prevent calling onFutureDone() and reload() concurrently
166 public synchronized long reload() { method in class:LocalAlbumSet
176 album.reload();
H A DMediaSet.java103 * Method {@link #reload()} may process the loading task in background, this method tells
173 // Reload the content. Return the current data version. reload() should be called
175 public abstract long reload(); method in class:MediaSet
H A DSecureAlbum.java125 public long reload() { method in class:SecureAlbum
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactsListFragment.java105 boolean reload = mode != mMode;
107 if (reload) {
113 boolean reload = (MODE_GROUP != mMode) || !groupName.equals(mGroupName);
116 if (reload) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowDataAdapter.java44 public long reload(); method in interface:SlideshowDataAdapter.SlideshowSource
79 long v = mSource.reload();
H A DSlideshowPage.java273 public long reload() { method in class:SlideshowPage.ShuffleSource
274 long version = mMediaSet.reload();
347 public long reload() { method in class:SlideshowPage.SequentialSource
348 long version = mMediaSet.reload();
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java69 public long reload() { method in class:PicasaSource.EmptyAlbumSet
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DMediaSetLoader.java108 mMediaSet.reload();
115 m.reload();
H A DMediaItemsLoader.java110 mMediaSet.reload();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java430 p.reload();
467 mPictures.get(index).reload();
583 void reload(); method in interface:PhotoView.Picture
603 public void reload() { method in class:PhotoView.FullPicture
788 public void reload() { method in class:PhotoView.ScreenNailPicture
1429 mPictures.get(0).reload();
/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarPhone.java149 web.reload();

Completed in 281 milliseconds

12