Searched refs:getTextBeforeCursor (Results 1 - 4 of 4) sorted by path

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java118 final CharSequence beforeCursor = getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE,
211 mIC.getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE, 0);
380 public CharSequence getTextBeforeCursor(final int n, final int flags) { method in class:RichInputConnection
405 return (null == mIC) ? null : mIC.getTextBeforeCursor(n, flags);
506 getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE + (end - start), 0);
602 final CharSequence prev = getTextBeforeCursor(LOOKBACK_CHARACTER_NUM, 0);
651 final CharSequence before = mIC.getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE,
739 final CharSequence beforeText = getTextBeforeCursor(text.length(), 0);
747 final CharSequence textBeforeCursor = getTextBeforeCursor(2, 0);
768 final CharSequence textBeforeCursor = getTextBeforeCursor(
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1252 final CharSequence lastTwo = mConnection.getTextBeforeCursor(3, 0);
1563 mConnection.getTextBeforeCursor(deleteLength, 0).subSequence(0, cancelLength);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputConnectionAndTextRangeTests.java100 * @see android.view.inputmethod.InputConnectionWrapper#getTextBeforeCursor(int, int)
103 public CharSequence getTextBeforeCursor(int n, int flags) { method in class:RichInputConnectionAndTextRangeTests.MockConnection
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java2549 CharSequence seq = mInputConnection.getTextBeforeCursor(2, 0);
2572 CharSequence seq = mInputConnection.getTextBeforeCursor(1, 0);
2993 CharSequence seq = mInputConnection.getTextBeforeCursor(mPrevCommitText.length() + composingLength, 0);

Completed in 271 milliseconds