Home
last modified time | relevance | path

Searched refs:mRunShowSoftInputIfNecessary (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DImeAwareEditText.java29 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in ImeAwareEditText
62 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
63 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
83 removeCallbacks(mRunShowSoftInputIfNecessary); in scheduleShowSoftInput()