| /frameworks/base/core/java/com/android/internal/inputmethod/ |
| D | InputMethodSubtypeSwitchingController.java | 233 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local 261 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId() 279 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex() 293 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked() 350 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank() 366 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction() 379 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked() 463 InputMethodSubtype subtype) { in getNextInputMethod() 476 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() 522 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() [all …]
|
| D | InputMethodUtils.java | 407 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 444 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 506 InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 518 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 552 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 608 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 644 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod() 740 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 | 125 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 | 66 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype() 74 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 | 474 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 553 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
| D | InputMethodManager.java | 1712 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 1986 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/core/java/android/net/ |
| D | NetworkInfo.java | 132 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() 202 public void setSubtype(int subtype, String subtypeName) { in setSubtype()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | InputMethodManagerService.java | 1721 final InputMethodSubtype subtype = subtypes.get(j); in shouldShowImeSwitcherLocked() local 2366 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 3311 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked() local 3368 InputMethodSubtype subtype = null; in findLastResortApplicableShortcutInputMethodAndSubtypeLocked() local 3489 InputMethodSubtype subtype) { in addShortcutInputMethodAndSubtypes() 3529 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype() 3604 final InputMethodSubtype subtype = additionalSubtypes[i]; in addInputMethodSubtypes() local 3647 final InputMethodSubtype subtype = subtypesList.get(i); in writeAdditionalInputMethodSubtypes() local 3721 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in readAdditionalInputMethodSubtypes() local
|
| D | TextServicesManagerService.java | 373 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSpellCheckerLocked() local
|
| /frameworks/wilhelm/tools/permute/ |
| D | permute.c | 145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; in permute() local
|
| /frameworks/av/media/libstagefright/ |
| D | MediaCodec.cpp | 380 const char *subtype = mIsVideo ? kResourceVideoCodec : kResourceAudioCodec; in init() local 443 const char *subtype = mIsVideo ? kResourceVideoCodec : kResourceAudioCodec; in configure() local 526 void MediaCodec::addResource(const String8 &type, const String8 &subtype, uint64_t value) { in addResource() 540 const char *subtype = mIsVideo ? kResourceVideoCodec : kResourceAudioCodec; in start() local 1323 String8 subtype; in onMessageReceived() local
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodWrapper.java | 322 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
| D | InputMethodService.java | 457 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
| /frameworks/base/core/java/android/widget/ |
| D | TextView.java | 8722 final SpellCheckerSubtype subtype = textServicesManager.getCurrentSpellCheckerSubtype(true); in updateTextServicesLocaleLocked() local
|