/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 229 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local 257 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId() 275 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex() 303 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked() 361 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank() 377 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction() 404 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked() 503 @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethod() 516 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() 562 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() [all …]
|
D | InputMethodUtils.java | 415 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 452 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 549 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 566 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 586 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 595 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 660 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 696 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod() 792 InputMethodSubtype subtype) { in getImeAndSubtypeDisplayName()
|
D | InputMethodSubtypeHandle.java | 30 public InputMethodSubtypeHandle(InputMethodInfo info, @Nullable InputMethodSubtype subtype) { in InputMethodSubtypeHandle()
|
/frameworks/base/core/tests/coretests/src/android/view/textservice/ |
D | SpellCheckerSubtypeTest.java | 67 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithNoSubtypeId() local 94 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithSubtypeId() local
|
/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 | 205 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local 307 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
|
D | SpellCheckerInfo.java | 116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
|
D | SpellCheckerSession.java | 125 SpellCheckerSubtype subtype) { in SpellCheckerSession()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManagerInternal.java | 54 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChanged()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 125 InputMethodSubtype subtype = null; in assertNextInputMethod() local 155 InputMethodSubtype subtype = null; in onUserAction() local
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodManager.aidl | 67 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype() 75 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
|
D | IInputMethod.aidl | 55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodInfo.java | 188 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local 231 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
|
D | InputMethod.java | 227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | InputMethodSubtype.java | 588 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 669 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
D | InputMethodManager.java | 1771 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 2072 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/metrics/ |
D | DhcpErrorEvent.java | 106 private static int makeErrorCode(int type, int subtype) { in makeErrorCode()
|
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 129 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() 198 public void setSubtype(int subtype, String subtypeName) { in setSubtype()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 1753 final InputMethodSubtype subtype = subtypes.get(j); in shouldShowImeSwitcherLocked() local 1988 @Nullable final InputMethodSubtype subtype) { in notifyInputMethodSubtypeChanged() 2433 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 3442 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked() local 3490 InputMethodSubtype subtype = null; in findLastResortApplicableShortcutInputMethodAndSubtypeLocked() local 3639 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype() 3717 final InputMethodSubtype subtype = additionalSubtypes[i]; in addInputMethodSubtypes() local 3760 final InputMethodSubtype subtype = subtypesList.get(i); in writeAdditionalInputMethodSubtypes() local
|
D | TextServicesManagerService.java | 410 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/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 331 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 404 MediaResource::SubType subtype = in init() local 475 MediaResource::SubType subtype = in configure() local 560 MediaResource::Type type, MediaResource::SubType subtype, uint64_t value) { in addResource() 574 MediaResource::SubType subtype = in start() local
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1450 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype) { in handleSwitchInputMethodSubtype() 2086 final InputMethodSubtype subtype = (InputMethodSubtype) args.arg2; in handleMessage() local 2270 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype) { in onInputMethodSubtypeChanged()
|