Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java235 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local
263 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId()
281 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex()
309 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked()
367 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank()
383 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction()
410 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked()
509 @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethod()
522 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
568 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
[all …]
DInputMethodUtils.java367 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local
404 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local
501 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
518 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
538 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
547 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
612 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local
648 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod()
744 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.java160 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local
243 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
DSpellCheckerSubtype.java206 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local
308 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
DSpellCheckerInfo.java116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java192 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
320 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
344 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
371 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
DInputMethodSubtypePreference.java40 public InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
DInputMethodSettingValuesWrapper.java102 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateAsciiCapableEnabledImis() local
DInputMethodAndSubtypeEnablerManager.java148 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences() local
/frameworks/base/core/java/android/hardware/input/
DInputManagerInternal.java56 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChanged()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl54 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
DIInputMethodManager.aidl69 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype()
78 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java201 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local
243 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
DInputMethod.java267 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
DInputMethodSubtype.java590 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local
671 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java154 InputMethodSubtype subtype = null; in assertNextInputMethod() local
184 InputMethodSubtype subtype = null; in onUserAction() local
/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java97 private static int makeErrorCode(int type, int subtype) { in makeErrorCode()
/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.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/core/tests/coretests/src/android/metrics/
DLogMakerTest.java37 int subtype = 12; in testSerializeDeserialize() local
/frameworks/base/core/java/android/metrics/
DLogMaker.java89 public LogMaker setSubtype(int subtype) { in setSubtype()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java313 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DANQPParserTest.java141 private static byte[] getVendorSpecificPayload(int oi, int type, int subtype, byte[] payload) in getVendorSpecificPayload()

12