Searched refs:DragLocalState (Results 1 – 1 of 1) sorted by relevance
1318 DragLocalState localState = new DragLocalState(mTextView, start, end); in startDragAndDrop()2793 private static class DragLocalState { class in Editor2797 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState2830 DragLocalState dragLocalState = null; in onDrop()2831 if (localState instanceof DragLocalState) { in onDrop()2832 dragLocalState = (DragLocalState) localState; in onDrop()