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 249 int insertionMarkerFlags = 0;
251 insertionMarkerFlags |= CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION;
254 insertionMarkerFlags |= CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION;
257 insertionMarkerFlags |= CursorAnchorInfo.FLAG_IS_RTL;
260 insertionMarkerBaseline, insertionMarkerBottom, insertionMarkerFlags);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 56 milliseconds