Home
last modified time | relevance | path

Searched defs:selectionStart (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java58 public int selectionStart; field in ExtractedText
/frameworks/base/core/java/android/widget/
DTextView.java5928 final int selectionStart = getSelectionStart(); in hasSelection() local
7337 int selectionStart, selectionEnd; in selectCurrentWord() local
7353 Selection.setSelection((Spannable) mText, selectionStart, selectionEnd); in selectCurrentWord() local
8110 int selectionStart = getSelectionStart(); in updatePosition() local
8139 Selection.setSelection((Spannable) mText, selectionStart, selectionEnd); in updatePosition() local
8148 final int selectionStart = getSelectionStart(); in updatePosition() local