Searched refs:DragLocalState (Results 1 – 1 of 1) sorted by relevance
1014 DragLocalState localState = new DragLocalState(mTextView, start, end); in performLongClick()2140 private static class DragLocalState { class in Editor2144 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState2163 DragLocalState dragLocalState = null; in onDrop()2164 if (localState instanceof DragLocalState) { in onDrop()2165 dragLocalState = (DragLocalState) localState; in onDrop()