Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DImeAwareEditText.java33 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in ImeAwareEditText
66 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
67 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
87 removeCallbacks(mRunShowSoftInputIfNecessary); in scheduleShowSoftInput()
H A DSearchView.java1934 final Runnable mRunShowSoftInputIfNecessary = () -> showSoftInputIfNecessary(); field in SearchView.SearchAutoComplete
2076 removeCallbacks(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
2077 post(mRunShowSoftInputIfNecessary); in onCreateInputConnection()
2100 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()
2109 removeCallbacks(mRunShowSoftInputIfNecessary); in setImeVisibility()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72821 Landroid/widget/SearchView$SearchAutoComplete;->mRunShowSoftInputIfNecessary:Ljava/lang/Runnable;