Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java6136 final int anotherHandleOffset = in updatePosition() local
6141 if (isStartHandle() && initialOffset >= anotherHandleOffset in updatePosition()
6142 || !isStartHandle() && initialOffset <= anotherHandleOffset) { in updatePosition()
6145 currLine = getLineForOffset(layout, anotherHandleOffset); in updatePosition()
6333 final int anotherHandleOffset =
6335 if ((isStartHandle() && offset >= anotherHandleOffset)
6336 || (!isStartHandle() && offset <= anotherHandleOffset)) {
6339 if (layout != null && offset != anotherHandleOffset) {
6341 final float anotherHandleHoriz = getHorizontal(layout, anotherHandleOffset,
6365 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());