Searched refs:mInputManager (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java70 private InputMethodManager mInputManager; field in class:UrlInputView
103 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE);
245 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
249 mInputManager.focusIn(this);
250 mInputManager.showSoftInput(this, 0);
256 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
H A DBaseUi.java85 private InputMethodManager mInputManager; field in class:BaseUi
123 mInputManager = (InputMethodManager)
564 if (mInputManager.isActive()) {
565 mInputManager.hideSoftInputFromWindow(mContentView.getWindowToken(),
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java68 private DefaultSoftKeyboardJAJP mInputManager; field in class:TutorialJAJP
210 mInputManager = inputManager;
350 mInputManager.nextKeyMode();

Completed in 129 milliseconds