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 class LastComposedWord { class
53 public static final LastComposedWord NOT_A_COMPOSED_WORD =
54 new LastComposedWord(null, null, null, "", "", NOT_A_SEPARATOR, null);
58 public LastComposedWord(final int[] primaryKeyCodes, final int[] xCoordinates, method in class:LastComposedWord

Completed in 50 milliseconds