Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4844 final int anotherHandleOffset = in updatePosition() local
4849 if (isStartHandle() && initialOffset >= anotherHandleOffset in updatePosition()
4850 || !isStartHandle() && initialOffset <= anotherHandleOffset) { in updatePosition()
4853 currLine = layout.getLineForOffset(anotherHandleOffset); in updatePosition()
5021 final int anotherHandleOffset =
5023 if ((isStartHandle() && offset >= anotherHandleOffset)
5024 || (!isStartHandle() && offset <= anotherHandleOffset)) {
5027 if (layout != null && offset != anotherHandleOffset) {
5029 final float anotherHandleHoriz = getHorizontal(layout, anotherHandleOffset,
5050 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());