Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5748 final int anotherHandleOffset = in updatePosition() local
5753 if (isStartHandle() && initialOffset >= anotherHandleOffset in updatePosition()
5754 || !isStartHandle() && initialOffset <= anotherHandleOffset) { in updatePosition()
5757 currLine = layout.getLineForOffset(anotherHandleOffset); in updatePosition()
5942 final int anotherHandleOffset =
5944 if ((isStartHandle() && offset >= anotherHandleOffset)
5945 || (!isStartHandle() && offset <= anotherHandleOffset)) {
5948 if (layout != null && offset != anotherHandleOffset) {
5950 final float anotherHandleHoriz = getHorizontal(layout, anotherHandleOffset,
5971 offset = getNextCursorOffset(anotherHandleOffset, !isStartHandle());