Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java80 public void onNewPhotoLoaded(int position); in onNewPhotoLoaded() method
H A DPhotoViewController.java928 public void onNewPhotoLoaded(int position) { in onNewPhotoLoaded() method in PhotoViewController
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java392 mCallback.onNewPhotoLoaded(mPosition); in onLoadFinished()