OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:richImm
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java
90
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
91
final InputMethodSubtype italian =
richImm
.findSubtypeByLocaleAndKeyboardLayoutSet(
101
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
102
final InputMethodSubtype noLanguage =
richImm
.findSubtypeByLocaleAndKeyboardLayoutSet(
148
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
150
final InputMethodSubtype hiLatn =
richImm
.findSubtypeByLocaleAndKeyboardLayoutSet(
165
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
167
final InputMethodSubtype srLatn =
richImm
.findSubtypeByLocaleAndKeyboardLayoutSet(
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java
42
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
45
final InputMethodInfo imi =
richImm
.getInputMethodInfoOfThisIme();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java
76
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
77
final InputMethodSubtype[] additionalSubtypes =
richImm
.getAdditionalSubtypes();
78
richImm
.setAdditionalInputMethodSubtypes(additionalSubtypes);
LatinIME.java
524
public void switchSubtype(final IBinder token, final RichInputMethodManager
richImm
) {
525
final InputMethodSubtype currentSubtype =
richImm
.getInputMethodManager()
534
&&
richImm
.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype)
536
richImm
.setInputMethodAndSubtype(token, lastActiveSubtype);
539
richImm
.switchToNextInputMethod(token, true /* onlyCurrentIme */);
[
all
...]
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtils.java
36
RichInputMethodManager
richImm
) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java
284
final RichInputMethodManager
richImm
= RichInputMethodManager.getInstance();
285
final InputMethodSubtype subtype =
richImm
.findSubtypeByLocaleAndKeyboardLayoutSet(
Completed in 234 milliseconds