Searched refs:ICON_UNDEFINED (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserTests.java21 import static com.android.inputmethod.keyboard.internal.KeyboardIconsSet.ICON_UNDEFINED;
100 "a", null, ICON_UNDEFINED, 'a');
102 PAIR1, null, ICON_UNDEFINED, CODE1);
104 "|", null, ICON_UNDEFINED, '|');
106 "\\", null, ICON_UNDEFINED, '\\');
108 ",", null, ICON_UNDEFINED, ',');
110 ",", null, ICON_UNDEFINED, ',');
112 "a", null, ICON_UNDEFINED, 'a');
114 PAIR2, null, ICON_UNDEFINED, CODE2);
116 "!", null, ICON_UNDEFINED, '!');
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardIconsSet.java33 public static final int ICON_UNDEFINED = 0; field in class:KeyboardIconsSet
66 int iconId = ICON_UNDEFINED;
H A DMoreKeySpec.java76 final String label = (mIconId == KeyboardIconsSet.ICON_UNDEFINED ? mLabel
H A DKeySpecParser.java213 return KeyboardIconsSet.ICON_UNDEFINED;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java23 import static com.android.inputmethod.keyboard.internal.KeyboardIconsSet.ICON_UNDEFINED;
200 ICON_UNDEFINED, ICON_UNDEFINED, 0, 0);
357 && disabledIconId == ICON_UNDEFINED && previewIconId == ICON_UNDEFINED
652 final int disabledIconId = (attrs != null) ? attrs.mDisabledIconId : ICON_UNDEFINED;
663 final int previewIconId = (attrs != null) ? attrs.mPreviewIconId : ICON_UNDEFINED;
664 return previewIconId != ICON_UNDEFINED
815 super(params, null, null, ICON_UNDEFINED, CODE_UNSPECIFIED,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestions.java205 params, word, info, KeyboardIconsSet.ICON_UNDEFINED, index, null, x, y,

Completed in 113 milliseconds