Searched refs:mHasPendingShowSoftInputRequest (Results 1 – 3 of 3) sorted by relevance
32 private boolean mHasPendingShowSoftInputRequest; field in ImeAwareEditText65 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()73 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()77 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()86 mHasPendingShowSoftInputRequest = false; in scheduleShowSoftInput()94 mHasPendingShowSoftInputRequest = true; in scheduleShowSoftInput()
1940 private boolean mHasPendingShowSoftInputRequest; field in SearchView.SearchAutoComplete2021 mHasPendingShowSoftInputRequest = true; in onWindowFocusChanged()2082 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()2095 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()2099 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()2106 mHasPendingShowSoftInputRequest = false; in setImeVisibility()2115 mHasPendingShowSoftInputRequest = false; in setImeVisibility()2123 mHasPendingShowSoftInputRequest = true; in setImeVisibility()
69497 Landroid/widget/SearchView$SearchAutoComplete;->mHasPendingShowSoftInputRequest:Z