Searched refs:dragSourceStart (Results 1 – 1 of 1) sorted by relevance
2706 int dragSourceStart = dragLocalState.start; in onDrop() local2708 if (max <= dragSourceStart) { in onDrop()2711 dragSourceStart += shift; in onDrop()2716 mTextView.deleteText_internal(dragSourceStart, dragSourceEnd); in onDrop()2719 final int prevCharIdx = Math.max(0, dragSourceStart - 1); in onDrop()2720 final int nextCharIdx = Math.min(mTextView.getText().length(), dragSourceStart + 1); in onDrop()