Searched refs:mSetSelectionCommand (Results 1 – 2 of 2) sorted by relevance
386 private SetSelectionCommand mSetSelectionCommand; field in NumberPicker2137 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()
82873 Landroid/widget/NumberPicker;->mSetSelectionCommand:Landroid/widget/NumberPicker$SetSelectionComman…