Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DImeAwareEditText.java83 if (imm.hasActiveInputConnection(this)) { in scheduleShowSoftInput()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java349 imm.hasActiveInputConnection(mActivity.getEditText())).isTrue()); in testShowSoftInputExplicitly_fullScreenMode()
378 imm.hasActiveInputConnection(mActivity.getEditText())).isTrue()); in testShowSoftInputImplicitly_fullScreenMode()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java934 public boolean hasActiveInputConnection(@Nullable View view) { in hasActiveInputConnection() method in InputMethodManager
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3791 method public boolean hasActiveInputConnection(@Nullable android.view.View);