Searched refs:anotherHandleOffset (Results 1 – 1 of 1) sorted by relevance
6136 final int anotherHandleOffset = in updatePosition() local6141 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());