Searched refs:EDITOR_CONTENTS_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
167 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()
171 public static final int EDITOR_CONTENTS_CACHE_SIZE = 1024; field in Constants