Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSegmentFinder.java60 public abstract int previousEndBoundary(@IntRange(from = 0) int offset); in previousEndBoundary() method in SegmentFinder
103 public int previousEndBoundary(@IntRange(from = 0) int offset) { in previousEndBoundary() method in SegmentFinder.PrescribedSegmentFinder
DWordSegmentFinder.java80 public int previousEndBoundary(@IntRange(from = 0) int offset) { in previousEndBoundary() method in WordSegmentFinder
DGraphemeClusterSegmentFinder.java89 public int previousEndBoundary(@IntRange(from = 0) int offset) { in previousEndBoundary() method in GraphemeClusterSegmentFinder
DLayout.java2723 segmentEndOffset = segmentFinder.previousEndBoundary(segmentEndOffset); in getEndOffsetForAreaWithinRun()
/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java700 lineEnd = mLineSegmentFinder.previousEndBoundary(lineEnd); in getRangeForRect()
853 segmentEnd = segmentFinder.previousEndBoundary(segmentEnd); in getEndForRectWithinRun()
/frameworks/base/core/api/
Dcurrent.txt47614 method public int previousEndBoundary(@IntRange(from=0) int);
47929 method public abstract int previousEndBoundary(@IntRange(from=0) int);
47938 method public int previousEndBoundary(@IntRange(from=0) int);
48236 method public int previousEndBoundary(@IntRange(from=0) int);