Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java386 private SetSelectionCommand mSetSelectionCommand; field in NumberPicker
2137 if (mSetSelectionCommand != null) { in removeAllCallbacks()
2138 mSetSelectionCommand.cancel(); in removeAllCallbacks()
2184 if (mSetSelectionCommand == null) { in postSetSelectionCommand()
2185 mSetSelectionCommand = new SetSelectionCommand(mInputText); in postSetSelectionCommand()
2187 mSetSelectionCommand.post(selectionStart, selectionEnd); in postSetSelectionCommand()
2235 if (mSetSelectionCommand != null) { in filter()
2236 mSetSelectionCommand.cancel(); in filter()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82873 Landroid/widget/NumberPicker;->mSetSelectionCommand:Landroid/widget/NumberPicker$SetSelectionComman…