Searched refs:shouldBeComposing (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTests.java462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { argument
465 assertEquals("start composing inside text", shouldBeComposing ? 0 : -1,
467 assertEquals("start composing inside text", shouldBeComposing ? wordToType.length() : -1,

Completed in 30 milliseconds