Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A 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
H A DWordSegmentFinder.java80 public int previousEndBoundary(@IntRange(from = 0) int offset) { in previousEndBoundary() method in WordSegmentFinder
H A DGraphemeClusterSegmentFinder.java89 public int previousEndBoundary(@IntRange(from = 0) int offset) { in previousEndBoundary() method in GraphemeClusterSegmentFinder
H A DLayout.java2341 segmentEndOffset = segmentFinder.previousEndBoundary(segmentEndOffset); in getEndOffsetForAreaWithinRun()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextBoundsInfo.java700 lineEnd = mLineSegmentFinder.previousEndBoundary(lineEnd); in getRangeForRect()
853 segmentEnd = segmentFinder.previousEndBoundary(segmentEnd); in getEndForRectWithinRun()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47207 method public int previousEndBoundary(@IntRange(from=0) int);
47480 method public abstract int previousEndBoundary(@IntRange(from=0) int);
47489 method public int previousEndBoundary(@IntRange(from=0) int);
47782 method public int previousEndBoundary(@IntRange(from=0) int);