HomeSort by relevance Sort by last modified time
    Searched full:subtypecount (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 85 final int subtypeCount = subtypes.size();
86 if (subtypeCount == 0) {
89 for (int j = 0; j < subtypeCount; ++j) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 208 final int subtypeCount = imi.getSubtypeCount();
209 for (int i = 0; i < subtypeCount; ++i) {
330 final int subtypeCount = imi.getSubtypeCount();
331 for (int i = 0; i < subtypeCount; ++i) {
351 final int subtypeCount = imi.getSubtypeCount();
352 for (int i = 0; i < subtypeCount; ++i) {
InputMethodAndSubtypeEnabler.java 223 final int subtypeCount = imi.getSubtypeCount();
224 if (subtypeCount <= 1) continue;
250 if (subtypeCount > 0) {
251 for (int j = 0; j < subtypeCount; ++j) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 51 final int subtypeCount = imi.getSubtypeCount();
52 for (int i = 0; i < subtypeCount; ++i) {
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 48 milliseconds