HomeSort by relevance Sort by last modified time
    Searched refs:touching (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EditingUtil.java 219 * @return an object containing the text and coordinates of the selected/touching word,
227 CharSequence touching = getWordAtCursor(ic, wordSeparators, range); local
228 if (!TextUtils.isEmpty(touching)) {
230 selWord.word = touching;
249 CharSequence touching = getSelectedText(ic, selStart, selEnd); local
250 if (TextUtils.isEmpty(touching)) return null;
252 final int length = touching.length();
254 if (wordSeparators.contains(touching.subSequence(i, i + 1))) {
262 selWord.word = touching;
LatinIME.java 2103 EditingUtil.SelectedWord touching = EditingUtil.getWordAtCursorOrSelection(ic, local
    [all...]
  /build/core/
cleanspec.mk 48 # that you made last week required touching a file and a change you
49 # made today requires touching the same file, just copy the old

Completed in 289 milliseconds