Home
last modified time | relevance | path

Searched refs:beforeCursor (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java167 final CharSequence beforeCursor = getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE, in checkConsistencyForDebug() local
171 if (null == et || null == beforeCursor) return; in checkConsistencyForDebug()
172 final int actualLength = Math.min(beforeCursor.length(), internal.length()); in checkConsistencyForDebug()
176 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString() in checkConsistencyForDebug()
177 : beforeCursor.subSequence(beforeCursor.length() - actualLength, in checkConsistencyForDebug()
178 beforeCursor.length()).toString(); in checkConsistencyForDebug()