Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java229 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 …]
DInputMethodUtils.java415 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()
DInputMethodSubtypeHandle.java30 public InputMethodSubtypeHandle(InputMethodInfo info, @Nullable InputMethodSubtype subtype) { in InputMethodSubtypeHandle()
/frameworks/base/core/tests/coretests/src/android/view/textservice/
DSpellCheckerSubtypeTest.java67 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/
DTextServicesManager.java157 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local
249 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
DSpellCheckerSubtype.java205 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local
307 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
DSpellCheckerInfo.java116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
DSpellCheckerSession.java125 SpellCheckerSubtype subtype) { in SpellCheckerSession()
/frameworks/base/core/java/android/hardware/input/
DInputManagerInternal.java54 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChanged()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java125 InputMethodSubtype subtype = null; in assertNextInputMethod() local
155 InputMethodSubtype subtype = null; in onUserAction() local
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl67 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype()
75 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
DIInputMethod.aidl55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java188 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local
231 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
DInputMethod.java227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
DInputMethodSubtype.java588 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local
669 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
DInputMethodManager.java1771 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/
DInputMethodSettingsImpl.java86 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java106 private static int makeErrorCode(int type, int subtype) { in makeErrorCode()
/frameworks/base/core/java/android/net/
DNetworkInfo.java129 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/
DInputMethodManagerService.java1753 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
DTextServicesManagerService.java410 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSpellCheckerLocked() local
/frameworks/wilhelm/tools/permute/
Dpermute.c145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; in permute() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java331 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp404 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/
DInputManagerService.java1450 @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()

12