I have an AutoCompleteTextView, which takes care of filtering my results.
I am attempting to implement an onscreen keyboard, but since the autocomplete will cover the keyboard, I want to delay the dropdown until after a button has been pressed.
I can tell it to showDropDown() - but then the results have not been filtered. There is a performFiltering method that is not visible. Is there anyway I can make this thing at least THINK that I have typed something, and cause it to filter the results?


