Searched defs:inputMethodManager (Results 1 – 4 of 4) sorted by relevance
474 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState() local
642 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState() local
1313 InputMethodManager inputMethodManager = in showSoftInput() local1328 InputMethodManager inputMethodManager = in hideSoftInput() local
753 final InputMethodManager inputMethodManager) { in ControlledInputConnectionWrapper()