I have the same question which I found here which I will re-iterate because the solution is not 100% exactly what I need:
I currently have a SearchVie
Instead of hide soft keyboard manually, try clearFocus() method
clearFocus()
mSearchView.setIconified(true); mSearchView.clearFocus();