Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java903 encodeSegmentFinder(encodedFlags, FLAG_GRAPHEME_SEGMENT_START, FLAG_GRAPHEME_SEGMENT_END, in writeToParcel()
905 encodeSegmentFinder(encodedFlags, FLAG_WORD_SEGMENT_START, FLAG_WORD_SEGMENT_END, mStart, in writeToParcel()
907 encodeSegmentFinder(encodedFlags, FLAG_LINE_SEGMENT_START, FLAG_LINE_SEGMENT_END, mStart, in writeToParcel()
1322 private static void encodeSegmentFinder(@NonNull int[] flags, int segmentStartFlag, in encodeSegmentFinder() method in TextBoundsInfo