Searched defs:mSelectionStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java42 private final int mSelectionStart; field in class:CursorAnchorInfo
124 mSelectionStart = source.readInt();
146 dest.writeInt(mSelectionStart);
169 hash += mSelectionStart + mSelectionEnd + mComposingTextStart;
205 if (mSelectionStart != that.mSelectionStart || mSelectionEnd != that.mSelectionEnd) {
230 return "SelectionInfo{mSelection=" + mSelectionStart + "," + mSelectionEnd
247 private int mSelectionStart = -1; field in class:CursorAnchorInfo.Builder
265 mSelectionStart = newStart;
385 mSelectionStart
[all...]
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1988 mSetSelectionCommand.mSelectionStart = selectionStart;
2184 private int mSelectionStart; field in class:NumberPicker.SetSelectionCommand
2189 mInputText.setSelection(mSelectionStart, mSelectionEnd);

Completed in 66 milliseconds