Searched defs:mSetSelectionCommand (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java348 private SetSelectionCommand mSetSelectionCommand; field in class:NumberPicker
1833 if (mSetSelectionCommand != null) {
1834 removeCallbacks(mSetSelectionCommand);
1880 if (mSetSelectionCommand == null) {
1881 mSetSelectionCommand = new SetSelectionCommand();
1883 removeCallbacks(mSetSelectionCommand);
1885 mSetSelectionCommand.mSelectionStart = selectionStart;
1886 mSetSelectionCommand.mSelectionEnd = selectionEnd;
1887 post(mSetSelectionCommand);

Completed in 11 milliseconds