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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java351 private SetSelectionCommand mSetSelectionCommand; field in class:NumberPicker
1936 if (mSetSelectionCommand != null) {
1937 removeCallbacks(mSetSelectionCommand);
1983 if (mSetSelectionCommand == null) {
1984 mSetSelectionCommand = new SetSelectionCommand();
1986 removeCallbacks(mSetSelectionCommand);
1988 mSetSelectionCommand.mSelectionStart = selectionStart;
1989 mSetSelectionCommand.mSelectionEnd = selectionEnd;
1990 post(mSetSelectionCommand);

Completed in 50 milliseconds