Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java567 private SurroundingText mInitialSurroundingText = null; field in EditorInfo
613 mInitialSurroundingText = null; in setInitialSurroundingSubText()
626 mInitialSurroundingText = null; in setInitialSurroundingSubText()
631 mInitialSurroundingText = new SurroundingText(subText, subTextSelStart, in setInitialSurroundingSubText()
709 mInitialSurroundingText = new SurroundingText( in trimLongSurroundingText()
730 if (mInitialSurroundingText == null) { in getInitialTextBeforeCursor()
734 int selStart = Math.min(mInitialSurroundingText.getSelectionStart(), in getInitialTextBeforeCursor()
735 mInitialSurroundingText.getSelectionEnd()); in getInitialTextBeforeCursor()
738 ? mInitialSurroundingText.getText().subSequence(selStart - n, selStart) in getInitialTextBeforeCursor()
739 : TextUtils.substring(mInitialSurroundingText.getText(), selStart - n, in getInitialTextBeforeCursor()
[all …]