Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java120 private InputMethodManager inputManager; field in ConsoleActivity
326 inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()
335 inputManager.showSoftInput(flip, InputMethodManager.SHOW_FORCED); in onCreate()