Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java6291 int oldSelectionStart = mTextView.getSelectionStart(); in positionCursorDuringDrag() local
6293 if (offset == oldSelectionStart && offset == oldSelectionEnd) { in positionCursorDuringDrag()