Home | History | Annotate | Download | only in widget

Lines Matching defs:selectionStart

264         final int selectionStart = Selection.getSelectionStart(editable);
282 if (selectionStart == end + 1
290 isEditing = selectionEnd <= start || selectionStart > end;
292 isEditing = selectionEnd < start || selectionStart > end;
301 + mIds[i] + ", sel start = " + selectionStart + ", sel end = "