Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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()
/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()