Home
last modified time | relevance | path

Searched refs:nextCharIdx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java2720 final int nextCharIdx = Math.min(mTextView.getText().length(), dragSourceStart + 1); in onDrop() local
2721 if (nextCharIdx > prevCharIdx + 1) { in onDrop()
2722 CharSequence t = mTextView.getTransformedText(prevCharIdx, nextCharIdx); in onDrop()