Searched refs:dragLocalState (Results 1 – 1 of 1) sorted by relevance
2830 DragLocalState dragLocalState = null; in onDrop() local2832 dragLocalState = (DragLocalState) localState; in onDrop()2834 boolean dragDropIntoItself = dragLocalState != null in onDrop()2835 && dragLocalState.sourceTextView == mTextView; in onDrop()2838 if (offset >= dragLocalState.start && offset < dragLocalState.end) { in onDrop()2852 int dragSourceStart = dragLocalState.start; in onDrop()2853 int dragSourceEnd = dragLocalState.end; in onDrop()