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.java937 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) { in onFragmentPhotoLoadComplete() method in PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java402 mCallback.onFragmentPhotoLoadComplete(this, false /* success */); in displayPhoto()
407 mCallback.onFragmentPhotoLoadComplete(this, true /* success */); in displayPhoto()