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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
SpaceState.java 23 * current space state, some behavior will change; the prime example of this is the PHANTOM state,
45 // Phantom space: a not-yet-inserted space that should get inserted on the next input,
46 // character provided it's not a separator. If it's a separator, the phantom space is dropped.
47 // Phantom spaces happen when a user chooses a word from the suggestion strip. In this state,
49 public static final int PHANTOM = 4;
InputLogic.java 249 if (SpaceState.PHANTOM == mSpaceState) {
308 if (SpaceState.PHANTOM == mSpaceState && suggestion.length() > 0
310 // the current batch input text and there is no need for a phantom space.
340 mSpaceState = SpaceState.PHANTOM;
529 mSpaceState = SpaceState.PHANTOM;
575 mSpaceState = SpaceState.PHANTOM;
    [all...]

Completed in 79 milliseconds