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/
DInputLogicTestsLanguageWithoutSpaces.java71 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten in testStartComposingInsideText() local
94 final int typedLength = WORD_TO_TYPE.length(); in testMovingCursorInsideWordAndType() local
DBlueUnderlineTests.java65 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineOnBackspace() local
94 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineDisappearsWhenCursorMoved() local
DInputLogicTests.java109 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelection() local
130 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelectionTwice() local
334 final int typedLength = STRING_TO_TYPE.length(); in testBackspaceAtStartAfterAutocorrect() local
348 final int typedLength = STRING_TO_TYPE.length(); in testAutoCorrectThenMoveCursorThenBackspace() local
448 final int typedLength = STRING_TO_TYPE.length(); in testResumeSuggestionOnBackspace() local