HomeSort by relevance Sort by last modified time
    Searched full:subtypeid (Results 1 - 25 of 34) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/res/xml/
method.xml 121 android:subtypeId="0xc9194f98"
130 android:subtypeId="0xb045e755"
139 android:subtypeId="0x6f972360"
147 android:subtypeId="0x590dde40"
155 android:subtypeId="0x70b0f974"
163 android:subtypeId="0x1dc3a859"
171 android:subtypeId="0x0ba9c0e8"
179 android:subtypeId="0x5f51ba9a"
187 android:subtypeId="0xa2144b0c"
195 android:subtypeId="0xbff5986c
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeHandle.java 39 public InputMethodSubtypeHandle(String inputMethodId, int subtypeId) {
41 mSubtypeId = subtypeId;
InputMethodUtils.java 643 * @return the most applicable subtypeId
    [all...]
InputMethodSubtypeSwitchingController.java 63 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) {
67 mSubtypeId = subtypeId;
  /frameworks/base/core/tests/coretests/src/android/view/textservice/
SpellCheckerSubtypeTest.java 103 // Similar to "SubtypeId" in InputMethodSubtype, "SubtypeId" in SpellCheckerSubtype enables
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 78 * @param subtypeId The subtype ID that is supposed to be stable during package update.
83 int subtypeId) {
88 mSubtypeId = subtypeId;
  /external/icu/icu4c/source/i18n/
measunit.cpp 1195 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) {
1199 MeasureUnit *result = new MeasureUnit(typeId, subTypeId);
1228 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) {
1230 fSubTypeId = subTypeId;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 73 for (final String subtypeId : subtypeIdSet) {
74 builder.append(INPUT_METHOD_SUBTYPE_SEPARATER).append(subtypeId);
InputMethodAndLanguageSettings.java 468 final String subtypeId = Integer.toString(subtype.hashCode());
469 enabledSubtypeIdSet.add(subtypeId);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h     [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 160 * @param subtypeId is the unique ID for this subtype. The input method framework keeps
166 public InputMethodSubtypeBuilder setSubtypeId(int subtypeId) {
167 mSubtypeId = subtypeId;
  /frameworks/base/tools/aapt2/
SdkConstants.cpp 482 { u"subtypeId", 17 },
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
public.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
system-current.txt     [all...]
test-current.txt     [all...]
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /frameworks/opt/setupwizard/tools/docs/
android-22.txt     [all...]
  /prebuilts/sdk/api/
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]
20.txt     [all...]

Completed in 938 milliseconds

1 2