Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java42 private final int mSelectionStart; field in CursorAnchorInfo
124 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.Builder
265 mSelectionStart = newStart; in setSelectionRange()
385 mSelectionStart = -1; in reset()
403 mSelectionStart = builder.mSelectionStart; in CursorAnchorInfo()
[all …]
/frameworks/base/core/java/android/widget/
DNumberPicker.java1988 mSetSelectionCommand.mSelectionStart = selectionStart; in postSetSelectionCommand()
2184 private int mSelectionStart; field in NumberPicker.SetSelectionCommand
2189 mInputText.setSelection(mSelectionStart, mSelectionEnd); in run()