Home
last modified time | relevance | path

Searched refs:onFragmentPhotoLoadComplete (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java82 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, in onFragmentPhotoLoadComplete() method
DPhotoViewController.java864 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) { in onFragmentPhotoLoadComplete() method in PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java400 mCallback.onFragmentPhotoLoadComplete(this, false /* success */); in displayPhoto()
405 mCallback.onFragmentPhotoLoadComplete(this, true /* success */); in displayPhoto()