Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java623 final int subTextLength = subText.length(); in setInitialSurroundingSubText() local
625 if (subTextStart < 0 || subTextSelStart < 0 || subTextSelEnd > subTextLength) { in setInitialSurroundingSubText()
630 if (subTextLength <= MEMORY_EFFICIENT_TEXT_LENGTH) { in setInitialSurroundingSubText()