Searched defs:onMove (Results 1 - 5 of 5) 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.java1179 public boolean onMove(int oldPosition, int newPosition) method in class:TrackBrowserActivity.NowPlayingCursor
1212 onMove(-1, (int) mCurPos);
1222 onMove(-1, mCurPos); // update the underlying cursor
1322 private Cursor mCurrentPlaylistCursor; // updated in onMove
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java399 public boolean onMove(int oldPosition, int newPosition) { method in class:ContentCache.CachedCursor
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java3089 public void onMove(View view, int newCellX, int newCellY, int newSpanX, int newSpanY) { method in class:CellLayout

Completed in 137 milliseconds