Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2706 int dragSourceStart = dragLocalState.start; in onDrop() local
2708 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()