Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java569 private RemoteInputConnectionImpl mServedInputConnection; field in InputMethodManager
1004 && mServedInputConnection != null in hasActiveInputConnection()
1005 && mServedInputConnection.isAssociatedWith(view) in hasActiveInputConnection()
1022 return mServedInputConnection != null in hasActiveInputConnectionInternal()
1023 && mServedInputConnection.isAssociatedWith(view); in hasActiveInputConnectionInternal()
1222 if (mServedInputConnection != null) { in handleMessage()
1381 if (mFullscreenMode != fullscreen && mServedInputConnection != null) { in handleMessage()
1382 ic = mServedInputConnection; in handleMessage()
2008 return mServedInputConnection != null; in isAcceptingText()
2094 if (mServedInputConnection != null) { in clearConnectionLocked()
[all …]