Searched refs:dragLocalState (Results 1 – 1 of 1) sorted by relevance
2510 DragLocalState dragLocalState = null; in onDrop() local2512 dragLocalState = (DragLocalState) localState; in onDrop()2514 boolean dragDropIntoItself = dragLocalState != null in onDrop()2515 && dragLocalState.sourceTextView == mTextView; in onDrop()2518 if (offset >= dragLocalState.start && offset < dragLocalState.end) { in onDrop()2532 int dragSourceStart = dragLocalState.start; in onDrop()2533 int dragSourceEnd = dragLocalState.end; in onDrop()