Searched defs:onMove (Results 1 - 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ReorderingCursorWrapper.java | 52 public boolean onMove(int oldPosition, int newPosition) { method in class:ReorderingCursorWrapper
|
/packages/apps/Music/src/com/android/music/ |
H A D | SortCursor.java | 31 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 D | TrackBrowserActivity.java | 1167 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 D | SortCursor.java | 35 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 D | DownloadProvider.java | 785 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 D | BrowserProvider.java | 444 public boolean onMove(int oldPosition, int newPosition) { method in class:BrowserProvider.MySuggestionCursor
|
/packages/apps/Mms/src/com/android/mms/ |
H A D | SuggestionsProvider.java | 214 public boolean onMove(int oldPosition, int newPosition) { method in class:SuggestionsProvider.SuggestionsCursor 215 return ((CrossProcessCursor)mDatabaseCursor).onMove(oldPosition, newPosition);
|
Completed in 10 milliseconds