Searched defs:LastComposedWord (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java25 public final class LastComposedWord { class
54 public static final LastComposedWord NOT_A_COMPOSED_WORD =
55 new LastComposedWord(null, null, "", "", NOT_A_SEPARATOR, null,
60 public LastComposedWord(final int[] primaryKeyCodes, final InputPointers inputPointers, method in class:LastComposedWord

Completed in 52 milliseconds