Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DImeAwareEditText.java29 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in ImeAwareEditText
62 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
63 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
83 removeCallbacks(mRunShowSoftInputIfNecessary); in scheduleShowSoftInput()