Searched refs:mSelectionEnd (Results 1 – 2 of 2) sorted by relevance
47 private final int mSelectionEnd; field in CursorAnchorInfo125 mSelectionEnd = source.readInt(); in CursorAnchorInfo()147 dest.writeInt(mSelectionEnd); in writeToParcel()169 hash += mSelectionStart + mSelectionEnd + mComposingTextStart; in hashCode()205 if (mSelectionStart != that.mSelectionStart || mSelectionEnd != that.mSelectionEnd) { in equals()230 return "SelectionInfo{mSelection=" + mSelectionStart + "," + mSelectionEnd in toString()248 private int mSelectionEnd = -1; field in CursorAnchorInfo.Builder266 mSelectionEnd = newEnd; in setSelectionRange()386 mSelectionEnd = -1; in reset()404 mSelectionEnd = builder.mSelectionEnd; in CursorAnchorInfo()[all …]
2046 mSetSelectionCommand.mSelectionEnd = selectionEnd; in postSetSelectionCommand()2243 private int mSelectionEnd; field in NumberPicker.SetSelectionCommand2246 mInputText.setSelection(mSelectionStart, mSelectionEnd); in run()