OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyOnCurrentInputMethodSubtypeChanged
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatWrapper.java
69
// When the API level is 10 or previous,
notifyOnCurrentInputMethodSubtypeChanged
should
71
//
notifyOnCurrentInputMethodSubtypeChanged
every time LatinIME
76
public void
notifyOnCurrentInputMethodSubtypeChanged
(
InputMethodManagerCompatWrapper.java
304
service.
notifyOnCurrentInputMethodSubtypeChanged
(ims);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java
340
mService.
notifyOnCurrentInputMethodSubtypeChanged
(subtype);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java
641
mService.
notifyOnCurrentInputMethodSubtypeChanged
(null);
[
all
...]
Completed in 52 milliseconds