Searched refs:imm (Results 1 – 4 of 4) sorted by relevance
65 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( in onCreateView()67 imm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); in onCreateView()
97 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( in onCreateView()99 imm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); in onCreateView()
205 final InputMethodManager imm = (InputMethodManager) mContext in testInputMethodSubtypesOfSystemImes() local207 final List<InputMethodInfo> imis = imm.getInputMethodList(); in testInputMethodSubtypesOfSystemImes()222 imm.getEnabledInputMethodSubtypeList(imi, true); in testInputMethodSubtypesOfSystemImes()
2970 final InputMethodManager imm = (InputMethodManager)getActivity().getSystemService( in testSetScrollContainer() local2985 imm.showSoftInput(mockView, 0); in testSetScrollContainer()2994 imm.hideSoftInputFromInputMethod(mockView.getWindowToken(), 0); in testSetScrollContainer()3331 final InputMethodManager imm = (InputMethodManager)getActivity().getSystemService( in testInputConnection() local3350 imm.showSoftInput(editText, 0); in testInputConnection()3367 assertTrue(imm.isActive(editText)); in testInputConnection()3369 imm.isActive(view); in testInputConnection()