Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java1297 private int getNextCursorOffset(int offset, boolean findAfterGivenOffset) { in getNextCursorOffset() method in Editor
1307 final int clusterEndOffset = getNextCursorOffset(offset, true); in getCharClusterRange()
1309 getNextCursorOffset(clusterEndOffset, false), clusterEndOffset); in getCharClusterRange()
1312 final int clusterStartOffset = getNextCursorOffset(offset, false); in getCharClusterRange()
1314 getNextCursorOffset(clusterStartOffset, true)); in getCharClusterRange()
6106 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());
6791 offset = getNextCursorOffset(offset, false); in updateWordBasedSelection()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70559 Landroid/widget/Editor;->getNextCursorOffset(IZ)I