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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java66 onCursorChanged();
82 onCursorChanged();
89 protected void onCursorChanged() { method in class:CursorObjectAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java67 public void onCursorChanged(Cursor cursor); method in interface:PhotoViewCallbacks.CursorChangedListener
93 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor); method in interface:PhotoViewCallbacks
H A DPhotoViewController.java676 listener.onCursorChanged(data);
967 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) { method in class:PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java524 public void onCursorChanged(Cursor cursor) { method in class:PhotoViewFragment
527 // received an onCursorChanged without attaching to an activity. Ignore this cursor
536 mCallback.onCursorChanged(this, cursor);

Completed in 553 milliseconds