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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 51 public void onCursorChanged(Cursor cursor);
74 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor);
PhotoViewActivity.java 385 listener.onCursorChanged(data);
612 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 500 public void onCursorChanged(Cursor cursor) {
503 // received an onCursorChanged without attaching to an activity. Ignore this cursor
508 mCallback.onCursorChanged(this, cursor);

Completed in 31 milliseconds