Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java233 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 …]
DInputMethodUtils.java407 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/
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.java125 SpellCheckerSubtype subtype) { in SpellCheckerSession()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
DIInputMethodManager.aidl66 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/
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.java474 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local
553 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
DInputMethodManager.java1712 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/
DInputMethodSettingsImpl.java86 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
/frameworks/base/core/java/android/net/
DNetworkInfo.java132 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/
DInputMethodManagerService.java1721 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
DTextServicesManagerService.java373 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/av/media/libstagefright/
DMediaCodec.cpp380 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/
DIInputMethodWrapper.java322 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
DInputMethodService.java457 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
/frameworks/base/core/java/android/widget/
DTextView.java8722 final SpellCheckerSubtype subtype = textServicesManager.getCurrentSpellCheckerSubtype(true); in updateTextServicesLocaleLocked() local