Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java96 if (mService.mInputMethodManager == null && mService.mHaveInputMethods) { in Session()
99 mService.mInputMethodManager = IInputMethodManager.Stub.asInterface(b); in Session()
106 if (mService.mInputMethodManager != null) { in Session()
107 mService.mInputMethodManager.addClient(client, inputContext, in Session()
116 if (mService.mInputMethodManager != null) { in Session()
117 mService.mInputMethodManager.removeClient(client); in Session()
144 if (mService.mInputMethodManager != null) { in binderDied()
145 mService.mInputMethodManager.removeClient(mClient); in binderDied()
DWindowManagerService.java452 IInputMethodManager mInputMethodManager; field in WindowManagerService
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchBar.java114 private final InputMethodManager mInputMethodManager; field in SearchBar
160 mInputMethodManager = in SearchBar()
415 mInputMethodManager.displayCompletions(mSearchTextEditor, in displayCompletions()
450 mInputMethodManager.hideSoftInputFromWindow(mSearchTextEditor.getWindowToken(), in hideNativeKeyboard()