Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImeAwareEditText.java32 private boolean mHasPendingShowSoftInputRequest; field in ImeAwareEditText
65 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()
73 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()
77 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()
86 mHasPendingShowSoftInputRequest = false; in scheduleShowSoftInput()
94 mHasPendingShowSoftInputRequest = true; in scheduleShowSoftInput()
DSearchView.java1933 private boolean mHasPendingShowSoftInputRequest; field in SearchView.SearchAutoComplete
2014 mHasPendingShowSoftInputRequest = true; in onWindowFocusChanged()
2075 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()
2088 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()
2092 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()
2099 mHasPendingShowSoftInputRequest = false; in setImeVisibility()
2108 mHasPendingShowSoftInputRequest = false; in setImeVisibility()
2116 mHasPendingShowSoftInputRequest = true; in setImeVisibility()