Home
last modified time | relevance | path

Searched refs:addOnDragDropListener (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DDragDropController.java83 public void addOnDragDropListener(OnDragDropListener listener) { in addOnDragDropListener() method in DragDropController
DSpeedDialFragment.java239 mListView.getDragDropController().addOnDragDropListener(mContactTileAdapter); in onCreateView()
304 mListView.getDragDropController().addOnDragDropListener(listener); in onStart()
DPhoneFavoriteListView.java123 mDragDropController.addOnDragDropListener(this); in PhoneFavoriteListView()