Searched defs:getTextBeforeCursor (Results 1 - 2 of 2) sorted by relevance

/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/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java77 * The amount of time a {@link #getTextBeforeCursor} or {@link #getTextAfterCursor} call needs
167 final CharSequence beforeCursor = getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE,
402 public CharSequence getTextBeforeCursor(final int n, final int flags) { method in class:RichInputConnection
439 final CharSequence result = mIC.getTextBeforeCursor(n, flags);
566 getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE + (end - start), 0);
663 final CharSequence prev = getTextBeforeCursor(NUM_CHARS_TO_GET_BEFORE_CURSOR, 0);
803 final CharSequence beforeText = getTextBeforeCursor(text.length(), 0);
811 final CharSequence textBeforeCursor = getTextBeforeCursor(2, 0);
834 final CharSequence textBeforeCursor = getTextBeforeCursor(2, 0);
926 final CharSequence textBeforeCursor = getTextBeforeCursor(
[all...]

Completed in 156 milliseconds