Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5401 final int anotherHandleOffset = in updatePosition() local
5406 if (isStartHandle() && initialOffset >= anotherHandleOffset in updatePosition()
5407 || !isStartHandle() && initialOffset <= anotherHandleOffset) { in updatePosition()
5410 currLine = layout.getLineForOffset(anotherHandleOffset); in updatePosition()
5592 final int anotherHandleOffset =
5594 if ((isStartHandle() && offset >= anotherHandleOffset)
5595 || (!isStartHandle() && offset <= anotherHandleOffset)) {
5598 if (layout != null && offset != anotherHandleOffset) {
5600 final float anotherHandleHoriz = getHorizontal(layout, anotherHandleOffset,
5621 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());