Searched refs:addOnDragDropListener (Results 1 – 3 of 3) sorted by relevance
144 listView.getDragDropController().addOnDragDropListener(contactTileAdapter); in onCreateView()199 .addOnDragDropListener(FragmentUtils.getParentUnsafe(this, OnDragDropListener.class)); in onStart()
75 public void addOnDragDropListener(OnDragDropListener listener) { in addOnDragDropListener() method in DragDropController
106 dragDropController.addOnDragDropListener(this); in PhoneFavoriteListView()