Home
last modified time | relevance | path

Searched defs:typedLength (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBlueUnderlineTests.java63 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineOnBackspace() local
93 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineDisappearsWhenCursorMoved() local
DInputLogicTests.java91 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelection() local
111 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelectionTwice() local
275 final int typedLength = STRING_TO_TYPE.length(); in testBackspaceAtStartAfterAutocorrect() local
290 final int typedLength = STRING_TO_TYPE.length(); in testAutoCorrectThenMoveCursorThenBackspace() local
391 final int typedLength = STRING_TO_TYPE.length(); in testResumeSuggestionOnBackspace() local
DInputLogicTestsLanguageWithoutSpaces.java69 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten in testStartComposingInsideText() local