Searched defs:inputMethodManager (Results 1 – 4 of 4) sorted by relevance
472 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState() local
640 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState() local
1314 InputMethodManager inputMethodManager = in showSoftInput() local1329 InputMethodManager inputMethodManager = in hideSoftInput() local
754 final InputMethodManager inputMethodManager) { in ControlledInputConnectionWrapper()