Home
last modified time | relevance | path

Searched refs:FLAG_WORD_SEGMENT_START (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java131 private static final int FLAG_WORD_SEGMENT_START = 1 << 29; field in TextBoundsInfo
905 encodeSegmentFinder(encodedFlags, FLAG_WORD_SEGMENT_START, FLAG_WORD_SEGMENT_END, mStart, in writeToParcel()
921 mWordSegmentFinder = decodeSegmentFinder(encodedFlags, FLAG_WORD_SEGMENT_START, in TextBoundsInfo()