Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DUrlInputView.java70 private InputMethodManager mInputManager; field in UrlInputView
94 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE); in init()
218 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0); in hideIME()
222 mInputManager.focusIn(this); in showIME()
223 mInputManager.showSoftInput(this, 0); in showIME()
229 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0); in finishInput()
DBaseUi.java84 private InputMethodManager mInputManager; field in BaseUi
122 mInputManager = (InputMethodManager) in BaseUi()
563 if (mInputManager.isActive()) { in dismissIME()
564 mInputManager.hideSoftInputFromWindow(mContentView.getWindowToken(), in dismissIME()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java68 private DefaultSoftKeyboardJAJP mInputManager; field in TutorialJAJP
210 mInputManager = inputManager; in TutorialJAJP()
350 mInputManager.nextKeyMode(); in next()