HomeSort by relevance Sort by last modified time
    Searched refs:EDITOR_CONTENTS_CACHE_SIZE (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java 171 public static final int EDITOR_CONTENTS_CACHE_SIZE = 1024;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 167 final CharSequence beforeCursor = getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE,
261 Constants.EDITOR_CONTENTS_CACHE_SIZE,
566 getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE + (end - start), 0);
    [all...]

Completed in 360 milliseconds