Home
last modified time | relevance | path

Searched refs:EDITOR_CONTENTS_CACHE_SIZE (Results 1 – 2 of 2) 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()
261 Constants.EDITOR_CONTENTS_CACHE_SIZE, in reloadTextCache()
566 getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE + (end - start), 0); in setComposingRegion()
927 Constants.EDITOR_CONTENTS_CACHE_SIZE, 0); in tryFixLyingCursorPosition()
945 if (textLength < Constants.EDITOR_CONTENTS_CACHE_SIZE in tryFixLyingCursorPosition()
947 || mExpectedSelStart < Constants.EDITOR_CONTENTS_CACHE_SIZE)) { in tryFixLyingCursorPosition()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java171 public static final int EDITOR_CONTENTS_CACHE_SIZE = 1024; field in Constants