Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java89 public void onFragmentVisible(PhotoViewFragment fragment); in onFragmentVisible() method
DPhotoViewController.java713 public void onFragmentVisible(PhotoViewFragment fragment) { in onFragmentVisible() method in PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java468 mCallback.onFragmentVisible(this); in onViewActivated()