Searched refs:hasActiveInputConnection (Results 1 – 6 of 6) sorted by relevance
83 if (imm.hasActiveInputConnection(this)) { in scheduleShowSoftInput()
2112 if (imm.hasActiveInputConnection(this)) { in setImeVisibility()
2107 if (imm != null && imm.hasActiveInputConnection(mTextView)) { in onDraw()4872 if (!imm.hasActiveInputConnection(mTextView)) { in updatePosition()
352 imm.hasActiveInputConnection(mActivity.getEditText())).isTrue()); in testShowSoftInputExplicitly_fullScreenMode()381 imm.hasActiveInputConnection(mActivity.getEditText())).isTrue()); in testShowSoftInputImplicitly_fullScreenMode()
999 public boolean hasActiveInputConnection(@Nullable View view) { in hasActiveInputConnection() method in InputMethodManager
4000 method public boolean hasActiveInputConnection(@Nullable android.view.View);