Home | History | Annotate | Download | only in widget

Lines Matching refs:endOffset

4843                         int endOffset = mTextView.getSelectionEnd();
4848 if (endOffset < startOffset) {
4849 int tmp = endOffset;
4850 endOffset = startOffset;
4855 startOffset, endOffset);
4860 mEndHandle.showAtLocation(endOffset);