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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java31 public final class LastComposedWord { class
60 public static final LastComposedWord NOT_A_COMPOSED_WORD =
61 new LastComposedWord(new ArrayList<Event>(), null, "", "",
66 public LastComposedWord(final ArrayList<Event> events, method in class:LastComposedWord

Completed in 45 milliseconds