Searched refs:mRunShowSoftInputIfNecessary (Results 1 – 2 of 2) sorted by relevance
29 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in ImeAwareEditText62 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()63 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()83 removeCallbacks(mRunShowSoftInputIfNecessary); in scheduleShowSoftInput()