Searched refs:dragLocalState (Results 1 – 1 of 1) sorted by relevance
2684 DragLocalState dragLocalState = null; in onDrop() local2686 dragLocalState = (DragLocalState) localState; in onDrop()2688 boolean dragDropIntoItself = dragLocalState != null in onDrop()2689 && dragLocalState.sourceTextView == mTextView; in onDrop()2692 if (offset >= dragLocalState.start && offset < dragLocalState.end) { in onDrop()2706 int dragSourceStart = dragLocalState.start; in onDrop()2707 int dragSourceEnd = dragLocalState.end; in onDrop()