Loading java/src/com/android/inputmethod/latin/LatinIME.java +1 −5 Original line number Diff line number Diff line Loading @@ -1533,12 +1533,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar sendKeyChar((char)code); } if (mSettingsValues.isWordSeparator(code)) { Utils.Stats.onSeparator((char)code, x, y); } else { Utils.Stats.onNonSeparator((char)code, x, y); } } // Returns true if we did an autocorrection, false otherwise. private boolean handleSeparator(final int primaryCode, final int x, final int y, Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +1 −5 Original line number Diff line number Diff line Loading @@ -1533,12 +1533,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar sendKeyChar((char)code); } if (mSettingsValues.isWordSeparator(code)) { Utils.Stats.onSeparator((char)code, x, y); } else { Utils.Stats.onNonSeparator((char)code, x, y); } } // Returns true if we did an autocorrection, false otherwise. private boolean handleSeparator(final int primaryCode, final int x, final int y, Loading