Home
last modified time | relevance | path

Searched refs:onMove (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DReorderingCursorWrapper.java52 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in ReorderingCursorWrapper
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DConditionAdapterUtils.java39 public boolean onMove(RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder, in addDismiss()
/packages/apps/Music/src/com/android/music/
DSortCursor.java104 public boolean onMove(int oldPosition, int newPosition) in onMove() method in SortCursor
DTrackBrowserActivity.java1179 public boolean onMove(int oldPosition, int newPosition)
1212 onMove(-1, (int) mCurPos);
1222 onMove(-1, mCurPos); // update the underlying cursor
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java95 public boolean onMove(RecyclerView view, RecyclerView.ViewHolder source, in LocaleDragAndDropAdapter()
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java399 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in ContentCache.CachedCursor
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java3089 public void onMove(View view, int newCellX, int newCellY, int newSpanX, int newSpanY) { in onMove() method in CellLayout