Searched refs:inputMethod (Results 1 – 2 of 2) sorted by relevance
226 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in onPreferenceClick() local227 if (inputMethod == null) break; in onPreferenceClick()229 inputMethod.createStylusHandwritingSettingsActivityIntent(); in onPreferenceClick()310 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in currentInputMethodSupportsHandwriting() local311 return inputMethod != null && inputMethod.supportsStylusHandwriting(); in currentInputMethodSupportsHandwriting()
1018 String inputMethod = getCurrentIme(); in registerInputMethodObserver()1019 L.d("Current IME changed to " + inputMethod); in registerInputMethodObserver()1020 if (!TextUtils.isEmpty(inputMethod) && !inputMethod.equals(mRotaryInputMethod)) { in registerInputMethodObserver()1021 mTouchInputMethod = inputMethod; in registerInputMethodObserver()