Searched refs:mSetSelectionCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java359 private SetSelectionCommand mSetSelectionCommand; field in class:NumberPicker
2011 if (mSetSelectionCommand != null) {
2012 mSetSelectionCommand.cancel();
2058 if (mSetSelectionCommand == null) {
2059 mSetSelectionCommand = new SetSelectionCommand(mInputText);
2061 mSetSelectionCommand.post(selectionStart, selectionEnd);
2109 if (mSetSelectionCommand != null) {
2110 mSetSelectionCommand.cancel();

Completed in 73 milliseconds