Searched refs:nextCharIdx (Results 1 – 1 of 1) sorted by relevance
2720 final int nextCharIdx = Math.min(mTextView.getText().length(), dragSourceStart + 1); in onDrop() local2721 if (nextCharIdx > prevCharIdx + 1) { in onDrop()2722 CharSequence t = mTextView.getTransformedText(prevCharIdx, nextCharIdx); in onDrop()