Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java67 public void onCursorChanged(Cursor cursor); in onCursorChanged() method
93 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor); in onCursorChanged() method
DPhotoViewController.java676 listener.onCursorChanged(data); in notifyCursorListeners()
967 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) { in onCursorChanged() method in PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java524 public void onCursorChanged(Cursor cursor) { in onCursorChanged() method in PhotoViewFragment
536 mCallback.onCursorChanged(this, cursor); in onCursorChanged()