Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java226 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 …]
DInputMethodUtils.java419 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/
DTextServicesManager.java157 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local
249 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
DSpellCheckerSubtype.java140 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local
240 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
DSpellCheckerInfo.java114 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
DSpellCheckerSession.java128 SpellCheckerSubtype subtype) { in SpellCheckerSession()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
DIInputMethodManager.aidl65 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/
DInputMethodSubtypeSwitchingControllerTest.java126 InputMethodSubtype subtype = null; in assertNextInputMethod() local
151 InputMethodSubtype subtype = null; in onUserAction() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
DInputMethodInfo.java189 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local
230 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
DInputMethodSubtype.java458 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local
553 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
DInputMethodManager.java1687 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/
DInputMethodSettingsImpl.java86 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1533 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/
DNetworkInfo.java133 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/
Dpermute.c145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; in permute() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java322 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
DInputMethodService.java446 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
/frameworks/base/core/java/android/widget/
DTextView.java8355 final SpellCheckerSubtype subtype = textServicesManager.getCurrentSpellCheckerSubtype(true); in updateTextServicesLocaleLocked() local