Home | History | Annotate | Download | only in latin

Lines Matching refs:textBeforeCursor

2141         final CharSequence textBeforeCursor = ic.getTextBeforeCursor(1, 0);
2142 if (TextUtils.isEmpty(textBeforeCursor)
2143 || mSettingsValues.isWordSeparator(textBeforeCursor.charAt(0))) return;
2246 final CharSequence textBeforeCursor = ic.getTextBeforeCursor(2, 0);
2247 if (!". ".equals(textBeforeCursor)) {
2269 final CharSequence textBeforeCursor = ic.getTextBeforeCursor(2, 0);
2272 if (TextUtils.isEmpty(textBeforeCursor)
2273 || (Keyboard.CODE_SPACE != textBeforeCursor.charAt(1))) {
2286 ic.commitText(" " + textBeforeCursor.subSequence(0, 1), 1);