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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java51 public void onCursorChanged(Cursor cursor); method in interface:PhotoViewCallbacks.CursorChangedListener
74 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor); method in interface:PhotoViewCallbacks
H A DPhotoViewActivity.java385 listener.onCursorChanged(data);
612 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) { method in class:PhotoViewActivity
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java500 public void onCursorChanged(Cursor cursor) { method in class:PhotoViewFragment
503 // received an onCursorChanged without attaching to an activity. Ignore this cursor
508 mCallback.onCursorChanged(this, cursor);

Completed in 61 milliseconds