Home
last modified time | relevance | path

Searched refs:tryStripSpaceAndReturnWhetherShouldSwapInstead (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java863 final boolean swapWeakSpace = tryStripSpaceAndReturnWhetherShouldSwapInstead(event, in handleNonSeparatorEvent()
911 final boolean swapWeakSpace = tryStripSpaceAndReturnWhetherShouldSwapInstead(event, in handleSeparatorEvent()
1273 private boolean tryStripSpaceAndReturnWhetherShouldSwapInstead(final Event event, in tryStripSpaceAndReturnWhetherShouldSwapInstead() method in InputLogic