OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtypeCount
(Results
1 - 16
of
16
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java
46
final int
subtypeCount
= imi.getSubtypeCount();
47
for (int index = 0; index <
subtypeCount
; index++) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java
201
final int
subtypeCount
= imi.getSubtypeCount();
202
for (int i = 0; i <
subtypeCount
; ++i) {
329
final int
subtypeCount
= imi.getSubtypeCount();
330
for (int i = 0; i <
subtypeCount
; ++i) {
353
final int
subtypeCount
= imi.getSubtypeCount();
354
for (int i = 0; i <
subtypeCount
; ++i) {
402
final int
subtypeCount
= subtypes.size();
403
final CharSequence[] subtypeNames = new CharSequence[
subtypeCount
];
404
for (int i = 0; i <
subtypeCount
; i++) {
InputMethodSettingValuesWrapper.java
100
final int
subtypeCount
= imi.getSubtypeCount();
101
for (int i = 0; i <
subtypeCount
; ++i) {
SpellCheckersSettings.java
191
final int
subtypeCount
= currentSci.getSubtypeCount();
192
final CharSequence[] items = new CharSequence[
subtypeCount
+ 1 /* default */ ];
195
for (int index = 0; index <
subtypeCount
; ++index) {
InputMethodAndSubtypeEnabler.java
161
final int
subtypeCount
= imi.getSubtypeCount();
162
if (
subtypeCount
<= 1) {
188
for (int index = 0; index <
subtypeCount
; ++index) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
93
final int
subtypeCount
= imi.getSubtypeCount();
94
for (int index = 0; index <
subtypeCount
; index++) {
/cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java
213
final int
subtypeCount
= imi.getSubtypeCount();
215
assertTrue(
subtypeCount
> 0);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputMethodSubtypeTests.java
87
final int
subtypeCount
= imi.getSubtypeCount();
88
for (int index = 0; index <
subtypeCount
; index++) {
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
189
final int
subtypeCount
= imi.getSubtypeCount();
190
for (int i = 0; i <
subtypeCount
; ++i) {
440
final int
subtypeCount
= imi.getSubtypeCount();
441
for (int i = 0; i <
subtypeCount
; ++i) {
450
final int
subtypeCount
= imi.getSubtypeCount();
451
for (int i = 0; i <
subtypeCount
; ++i) {
491
final int
subtypeCount
= imi.getSubtypeCount();
492
for (int i = 0; i <
subtypeCount
; ++i) {
[
all
...]
InputMethodSubtypeSwitchingController.java
224
final int
subtypeCount
= imi.getSubtypeCount();
226
Slog.v(TAG, "Add subtypes: " +
subtypeCount
+ ", " + imi.getId());
228
for (int j = 0; j <
subtypeCount
; ++j) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java
84
final int
subtypeCount
= imi.getSubtypeCount();
85
for (int index = 0; index <
subtypeCount
; index++) {
/frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java
408
final int
subtypeCount
= info.getSubtypeCount();
409
for (int subtypeIndex = 0; subtypeIndex <
subtypeCount
; ++subtypeIndex) {
[
all
...]
InputMethodManagerService.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 340 milliseconds