Searched refs:mSelectionStart (Results 1 – 2 of 2) sorted by relevance
42 private final int mSelectionStart; field in CursorAnchorInfo124 mSelectionStart = source.readInt(); in CursorAnchorInfo()146 dest.writeInt(mSelectionStart); 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()247 private int mSelectionStart = -1; field in CursorAnchorInfo.Builder265 mSelectionStart = newStart; in setSelectionRange()385 mSelectionStart = -1; in reset()403 mSelectionStart = builder.mSelectionStart; in CursorAnchorInfo()[all …]
1988 mSetSelectionCommand.mSelectionStart = selectionStart; in postSetSelectionCommand()2184 private int mSelectionStart; field in NumberPicker.SetSelectionCommand2189 mInputText.setSelection(mSelectionStart, mSelectionEnd); in run()