Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java752 static final int MAX_INITIAL_SELECTION_LENGTH = MEMORY_EFFICIENT_TEXT_LENGTH / 2; field in EditorInfo
864 final int newSelLength = (sourceSelLength > MAX_INITIAL_SELECTION_LENGTH) in trimLongSurroundingText()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java267 final int selectionLength = EditorInfo.MAX_INITIAL_SELECTION_LENGTH + 1; in setOverSizeInitialText_overSizeSelection_dropsSelection()