HomeSort by relevance Sort by last modified time
    Searched refs:typedLength (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsLanguageWithoutSpaces.java 71 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten
75 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
77 mLatinIME.onUpdateSelection(typedLength, typedLength,
94 final int typedLength = WORD_TO_TYPE.length();
98 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, 0, typedLength);
102 mLatinIME.onUpdateSelection(typedLength, typedLength
    [all...]
BlueUnderlineTests.java 65 final int typedLength = STRING_TO_TYPE.length();
72 // typedLength + 1 because we also typed a space
73 mLatinIME.onUpdateSelection(0, 0, typedLength + 1, typedLength + 1, -1, -1);
94 final int typedLength = STRING_TO_TYPE.length();
99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
105 mLatinIME.onUpdateSelection(typedLength, typedLength,
InputLogicTests.java 109 final int typedLength = STRING_TO_TYPE.length();
119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122 mLatinIME.onUpdateSelection(typedLength, typedLength,
130 final int typedLength = STRING_TO_TYPE.length();
140 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
143 mLatinIME.onUpdateSelection(typedLength, typedLength,
    [all...]

Completed in 64 milliseconds