HomeSort by relevance Sort by last modified time
    Searched refs:onFragmentPhotoLoadComplete (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 82 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment,
PhotoViewController.java 820 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 400 mCallback.onFragmentPhotoLoadComplete(this, false /* success */);
404 mCallback.onFragmentPhotoLoadComplete(this, true /* success */);

Completed in 60 milliseconds