Home | History | Annotate | Download | only in cts

Lines Matching defs:startDragAndDrop

4299     private boolean startDragAndDrop(View view, View.DragShadowBuilder shadowBuilder) {
4308 return view.startDragAndDrop(ClipData.newPlainText("", ""), shadowBuilder, view, 0);
4329 assertTrue("Could not start drag and drop", startDragAndDrop(view, shadowBuilder));
4348 startDragAndDrop(view, shadowBuilder));