Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java1885 mSetSelectionCommand.mSelectionStart = selectionStart; in postSetSelectionCommand()
2070 private int mSelectionStart; field in NumberPicker.SetSelectionCommand
2075 mInputText.setSelection(mSelectionStart, mSelectionEnd); in run()