Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5883 final int anotherHandleOffset = in updatePosition() local
5888 if (isStartHandle() && initialOffset >= anotherHandleOffset in updatePosition()
5889 || !isStartHandle() && initialOffset <= anotherHandleOffset) { in updatePosition()
5892 currLine = layout.getLineForOffset(anotherHandleOffset); in updatePosition()
6077 final int anotherHandleOffset =
6079 if ((isStartHandle() && offset >= anotherHandleOffset)
6080 || (!isStartHandle() && offset <= anotherHandleOffset)) {
6083 if (layout != null && offset != anotherHandleOffset) {
6085 final float anotherHandleHoriz = getHorizontal(layout, anotherHandleOffset,
6106 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());