HomeSort by relevance Sort by last modified time
    Searched refs:subtypeCount (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 184 final int subtypeCount = imi.getSubtypeCount();
185 for (int i = 0; i < subtypeCount; ++i) {
306 final int subtypeCount = imi.getSubtypeCount();
307 for (int i = 0; i < subtypeCount; ++i) {
327 final int subtypeCount = imi.getSubtypeCount();
328 for (int i = 0; i < subtypeCount; ++i) {
InputMethodSettingValuesWrapper.java 103 final int subtypeCount = imi.getSubtypeCount();
104 for (int i = 0; i < subtypeCount; ++i) {
InputMethodAndSubtypeEnabler.java 234 final int subtypeCount = imi.getSubtypeCount();
235 if (subtypeCount <= 1) continue;
261 if (subtypeCount > 0) {
262 for (int j = 0; j < subtypeCount; ++j) {
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 118 final int subtypeCount = imi.getSubtypeCount();
119 for (int i = 0; i < subtypeCount; ++i) {
200 final int subtypeCount = imi.getSubtypeCount();
201 for (int i = 0; i < subtypeCount; ++i) {
210 final int subtypeCount = imi.getSubtypeCount();
211 for (int i = 0; i < subtypeCount; ++i) {
249 final int subtypeCount = imi.getSubtypeCount();
250 for (int i = 0; i < subtypeCount; ++i) {
571 final int subtypeCount = info.getSubtypeCount();
572 for (int i = 0; i < subtypeCount; ++i)
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 208 final int subtypeCount = imi.getSubtypeCount();
210 assertTrue(subtypeCount > 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 733 final int subtypeCount = subtypes.size();
734 if (subtypeCount == 0) {
737 for (int j = 0; j < subtypeCount; ++j) {
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 822 milliseconds