Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordViewController.java56 private final InputMethodManager mInputMethodManager; field in KeyguardPasswordViewController
124 mInputMethodManager = inputMethodManager; in KeyguardPasswordViewController()
149 mInputMethodManager.showInputMethodPickerFromSystem(false, in onViewAttached()
211 mInputMethodManager.showSoftInput( in showInput()
247 mInputMethodManager, false); in updateSwitchImeButton()
DKeyguardInputViewController.java162 private final InputMethodManager mInputMethodManager; field in KeyguardInputViewController.Factory
183 mInputMethodManager = inputMethodManager; in Factory()
208 mInputMethodManager, emergencyButtonController, mMainExecutor, mResources, in create()
/frameworks/base/core/java/android/view/textservice/
DTextServicesManager.java99 private final InputMethodManager mInputMethodManager; field in TextServicesManager
106 mInputMethodManager = inputMethodManager; in TextServicesManager()
146 return mInputMethodManager; in getInputMethodManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java888 private InputMethodManager mInputMethodManager; field in RemoteInputView.RemoteEditText
910 if (mInputMethodManager != null) { in hideIme()
911 mInputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0); in hideIme()
1021 mInputMethodManager = targetContext.getSystemService(InputMethodManager.class); in onCreateInputConnection()
1022 if (mInputMethodManager != null) { in onCreateInputConnection()
1029 mInputMethodManager.viewClicked(RemoteEditText.this); in onCreateInputConnection()
1030 mInputMethodManager.showSoftInput(RemoteEditText.this, 0); in onCreateInputConnection()