Home
last modified time | relevance | path

Searched defs:minOffset (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java1233 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord() local
1253 wordIterator.setCharSequence(mTextView.getText(), minOffset, maxOffset); in selectCurrentWord() local
1413 int minOffset = selectionController.getMinTouchOffset(); in touchPositionIsInSelection() local
1555 final int minOffset = selectionController.getMinTouchOffset(); in getLastTouchOffsets() local