Searched refs:DragLocalState (Results 1 – 1 of 1) sorted by relevance
826 DragLocalState localState = new DragLocalState(mTextView, start, end); in performLongClick()1783 private static class DragLocalState { class in Editor1787 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState1806 DragLocalState dragLocalState = null; in onDrop()1807 if (localState instanceof DragLocalState) { in onDrop()1808 dragLocalState = (DragLocalState) localState; in onDrop()