Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java226 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in onPreferenceClick() local
227 if (inputMethod == null) break; in onPreferenceClick()
229 inputMethod.createStylusHandwritingSettingsActivityIntent(); in onPreferenceClick()
310 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in currentInputMethodSupportsHandwriting() local
311 return inputMethod != null && inputMethod.supportsStylusHandwriting(); in currentInputMethodSupportsHandwriting()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1018 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()