Searched refs:mInputMethodManager (Results 1 – 6 of 6) sorted by relevance
54 private final InputMethodManager mInputMethodManager; field in KeyguardPasswordViewController114 mInputMethodManager = inputMethodManager; in KeyguardPasswordViewController()140 mInputMethodManager.showInputMethodPickerFromSystem(false, in onViewAttached()240 mInputMethodManager, false); in updateSwitchImeButton()
200 private final InputMethodManager mInputMethodManager; field in KeyguardInputViewController.Factory227 mInputMethodManager = inputMethodManager; in Factory()256 mInputMethodManager, emergencyButtonController, mMainExecutor, mResources, in create()
100 private final InputMethodManager mInputMethodManager; field in TextServicesManager107 mInputMethodManager = inputMethodManager; in TextServicesManager()148 return mInputMethodManager; in getInputMethodManager()
1014 private InputMethodManager mInputMethodManager; field in RemoteInputView.RemoteEditText1162 mInputMethodManager = targetContext.getSystemService(InputMethodManager.class); in onCreateInputConnection()1163 if (mInputMethodManager != null) { in onCreateInputConnection()1170 mInputMethodManager.viewClicked(RemoteEditText.this); in onCreateInputConnection()1171 mInputMethodManager.showSoftInput(RemoteEditText.this, 0); in onCreateInputConnection()
193 private InputMethodManager mInputMethodManager; field in NavigationBarTest503 mInputMethodManager, in createNavBar()
259 private final InputMethodManager mInputMethodManager; field in NavigationBar610 mInputMethodManager = inputMethodManager; in NavigationBar()1413 mInputMethodManager.showInputMethodPickerFromSystem( in onImeSwitcherClick()