HomeSort by relevance Sort by last modified time
    Searched refs:PHANTOM (Results 1 - 4 of 4) 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 248 if (SpaceState.PHANTOM == mSpaceState) {
297 if (SpaceState.PHANTOM == mSpaceState && suggestion.length() > 0
299 // the current batch input text and there is no need for a phantom space.
328 mSpaceState = SpaceState.PHANTOM;
530 mSpaceState = SpaceState.PHANTOM;
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 377 milliseconds