Interface

AccessibilityIterators.TextSegmentIterator

Android
interface TextSegmentIterator

Functions

following

fun following(current: Int): IntArray?

Given the current position, returning the start and end of next element in an array.


preceding

fun preceding(current: Int): IntArray?

Given the current position, returning the start and end of previous element in an array.