Searched refs:mRunShowSoftInputIfNecessary (Results 1 – 2 of 2) sorted by relevance
1828 final Runnable mRunShowSoftInputIfNecessary = new Runnable() { field in SearchView.SearchAutoComplete1979 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()1980 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()1999 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()2008 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()
1888 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in SearchView.SearchAutoComplete2042 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()2043 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()2061 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()2070 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()