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.java72 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten in testStartComposingInsideText() local
95 final int typedLength = WORD_TO_TYPE.length(); in testMovingCursorInsideWordAndType() local
DBlueUnderlineTests.java66 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineOnBackspace() local
95 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineDisappearsWhenCursorMoved() local
DInputLogicTests.java110 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelection() local
131 final int typedLength = STRING_TO_TYPE.length(); in testDeleteSelectionTwice() local
335 final int typedLength = STRING_TO_TYPE.length(); in testBackspaceAtStartAfterAutocorrect() local
349 final int typedLength = STRING_TO_TYPE.length(); in testAutoCorrectThenMoveCursorThenBackspace() local
449 final int typedLength = STRING_TO_TYPE.length(); in testResumeSuggestionOnBackspace() local