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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 221 int insertionMarkerFlags = 0;
223 insertionMarkerFlags |= CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION;
226 insertionMarkerFlags |= CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION;
229 insertionMarkerFlags |= CursorAnchorInfo.FLAG_IS_RTL;
232 insertionMarkerBaseline, insertionMarkerBottom, insertionMarkerFlags);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 61 milliseconds