Searched refs:canHandleDrag (Results 1 – 3 of 3) sorted by relevance
39 public static boolean canHandleDrag(DragEvent event) { in canHandleDrag() method in DragUtils
299 pd.isHandlingDrag = DragUtils.canHandleDrag(event); in onDrag()
138 when(DragUtils.canHandleDrag(any())).thenReturn(true); in setUp()