Searched refs:mInputMethodManager (Results 1 – 4 of 4) sorted by relevance
56 private final InputMethodManager mInputMethodManager; field in KeyguardPasswordViewController124 mInputMethodManager = inputMethodManager; in KeyguardPasswordViewController()149 mInputMethodManager.showInputMethodPickerFromSystem(false, in onViewAttached()211 mInputMethodManager.showSoftInput( in showInput()247 mInputMethodManager, false); in updateSwitchImeButton()
162 private final InputMethodManager mInputMethodManager; field in KeyguardInputViewController.Factory183 mInputMethodManager = inputMethodManager; in Factory()208 mInputMethodManager, emergencyButtonController, mMainExecutor, mResources, in create()
99 private final InputMethodManager mInputMethodManager; field in TextServicesManager106 mInputMethodManager = inputMethodManager; in TextServicesManager()146 return mInputMethodManager; in getInputMethodManager()
888 private InputMethodManager mInputMethodManager; field in RemoteInputView.RemoteEditText910 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()