Home | History | Annotate | Download | only in widget

Lines Matching refs:maxOffset

7324         int minOffset, maxOffset;
7328 maxOffset = getSelectionEnd();
7334 maxOffset = selectionModifierCursorController.getMaxTouchOffset();
7346 wordLimits = getWordLimitsAt(maxOffset);
7350 selectionEnd = Math.min(maxOffset + 5, mText.length());