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
94 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE);
218 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
222 mInputManager.focusIn(this);
223 mInputManager.showSoftInput(this, 0);
229 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
H A DBaseUi.java84 private InputMethodManager mInputManager; field in class:BaseUi
122 mInputManager = (InputMethodManager)
563 if (mInputManager.isActive()) {
564 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 64 milliseconds