/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 226 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local 254 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId() 272 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex() 286 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked() 334 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank() 350 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction() 363 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked() 439 InputMethodSubtype subtype) { in getNextInputMethod() 452 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() 491 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() [all …]
|
D | InputMethodUtils.java | 419 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 448 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 474 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 532 InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 544 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 578 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 634 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 670 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod() 748 InputMethodSubtype subtype) { in getImeAndSubtypeDisplayName()
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextServicesManager.java | 157 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local 249 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
|
D | SpellCheckerSubtype.java | 140 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local 240 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
|
D | SpellCheckerInfo.java | 114 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
|
D | SpellCheckerSession.java | 128 SpellCheckerSubtype subtype) { in SpellCheckerSession()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | IInputMethodManager.aidl | 65 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype() 73 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
|
/frameworks/base/core/tests/inputmethodtests/src/android/os/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 126 InputMethodSubtype subtype = null; in assertNextInputMethod() local 151 InputMethodSubtype subtype = null; in onUserAction() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | InputMethodInfo.java | 189 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local 230 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
|
D | InputMethodSubtype.java | 458 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 553 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
D | InputMethodManager.java | 1687 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 1941 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype()
|
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
D | InputMethodSettingsImpl.java | 86 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 1533 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowImeSwitchOngoingNotification() local 2156 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 3079 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked() local 3136 InputMethodSubtype subtype = null; in findLastResortApplicableShortcutInputMethodAndSubtypeLocked() local 3257 InputMethodSubtype subtype) { in addShortcutInputMethodAndSubtypes() 3297 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype() 3372 final InputMethodSubtype subtype = additionalSubtypes[i]; in addInputMethodSubtypes() local 3415 final InputMethodSubtype subtype = subtypesList.get(i); in writeAdditionalInputMethodSubtypes() local 3489 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in readAdditionalInputMethodSubtypes() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 133 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() 205 public void setSubtype(int subtype, String subtypeName) { in setSubtype()
|
/frameworks/wilhelm/tools/permute/ |
D | permute.c | 145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; in permute() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 322 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
D | InputMethodService.java | 446 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 8355 final SpellCheckerSubtype subtype = textServicesManager.getCurrentSpellCheckerSubtype(true); in updateTextServicesLocaleLocked() local
|