Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2707 int dragSourceEnd = dragLocalState.end; in onDrop() local
2712 dragSourceEnd += shift; in onDrop()
2716 mTextView.deleteText_internal(dragSourceStart, dragSourceEnd); in onDrop()