Searched defs:onMove (Results 1 - 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DReorderingCursorWrapper.java52 public boolean onMove(int oldPosition, int newPosition) { method in class:ReorderingCursorWrapper
/packages/apps/Music/src/com/android/music/
H A DSortCursor.java31 private Cursor mCursor; // updated in onMove
104 public boolean onMove(int oldPosition, int newPosition) method in class:SortCursor
123 Log.w(TAG, "onMove: cache results in a null cursor.");
H A DTrackBrowserActivity.java1167 public boolean onMove(int oldPosition, int newPosition) method in class:TrackBrowserActivity.NowPlayingCursor
1200 onMove(-1, (int) mCurPos);
1210 onMove(-1, mCurPos); // update the underlying cursor
1305 private Cursor mCurrentPlaylistCursor; // updated in onMove
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DSortCursor.java35 private Cursor mCursor; // updated in onMove
127 public boolean onMove(int oldPosition, int newPosition) { method in class:SortCursor
146 Log.w(TAG, "onMove: cache results in a null cursor.");
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java785 public boolean onMove(int oldPosition, int newPosition) { method in class:DownloadProvider.ReadOnlyCursorWrapper
786 return mCursor.onMove(oldPosition, newPosition);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserProvider.java444 public boolean onMove(int oldPosition, int newPosition) { method in class:BrowserProvider.MySuggestionCursor
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java214 public boolean onMove(int oldPosition, int newPosition) { method in class:SuggestionsProvider.SuggestionsCursor
215 return ((CrossProcessCursor)mDatabaseCursor).onMove(oldPosition, newPosition);

Completed in 10 milliseconds