Home
last modified time | relevance | path

Searched refs:mSelectionEnd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java47 private final int mSelectionEnd; field in CursorAnchorInfo
125 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.Builder
266 mSelectionEnd = newEnd; in setSelectionRange()
386 mSelectionEnd = -1; in reset()
404 mSelectionEnd = builder.mSelectionEnd; in CursorAnchorInfo()
[all …]
/frameworks/base/core/java/android/widget/
DNumberPicker.java2046 mSetSelectionCommand.mSelectionEnd = selectionEnd; in postSetSelectionCommand()
2243 private int mSelectionEnd; field in NumberPicker.SetSelectionCommand
2246 mInputText.setSelection(mSelectionStart, mSelectionEnd); in run()