Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java413 IInputConnectionWrapper mServedInputConnectionWrapper; field in InputMethodManager
702 if (mServedInputConnectionWrapper != null) { in finishComposingText()
703 mServedInputConnectionWrapper.finishComposingText(); in finishComposingText()
757 return mServedInputConnectionWrapper != null in hasActiveConnection()
758 && mServedInputConnectionWrapper.isActive() in hasActiveConnection()
759 && mServedInputConnectionWrapper.getServedView() == view; in hasActiveConnection()
962 if (mServedInputConnectionWrapper != null) { in handleMessage()
963 ic = mServedInputConnectionWrapper.getInputConnection(); in handleMessage()
1403 return mServedInputConnectionWrapper != null in isAcceptingText()
1404 && mServedInputConnectionWrapper.getInputConnection() != null; in isAcceptingText()
[all …]