-
- Downloads
Give LastComposedWord knowledge of the separator (A2)
This stores the separator that was used to commit the word in the LastComposedWord. It may be NOT_A_SEPARATOR if there was no separator (for example, the cursor moved causing a commit, or there was a manual pick). This is necessary to implement feature request #5968922. Change-Id: I5fcf19a78ec66d68d4df89418eaef13952588207
Showing
- java/src/com/android/inputmethod/deprecated/VoiceProxy.java 2 additions, 1 deletionjava/src/com/android/inputmethod/deprecated/VoiceProxy.java
- java/src/com/android/inputmethod/latin/LastComposedWord.java 7 additions, 2 deletionsjava/src/com/android/inputmethod/latin/LastComposedWord.java
- java/src/com/android/inputmethod/latin/LatinIME.java 15 additions, 10 deletionsjava/src/com/android/inputmethod/latin/LatinIME.java
- java/src/com/android/inputmethod/latin/Utils.java 4 additions, 2 deletionsjava/src/com/android/inputmethod/latin/Utils.java
- java/src/com/android/inputmethod/latin/WordComposer.java 3 additions, 2 deletionsjava/src/com/android/inputmethod/latin/WordComposer.java
Loading
Please register or sign in to comment