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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 21 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
68 CODE_SETTINGS, mCodesSet, CODE_UNSPECIFIED);
70 "!code/key_action_next", mCodesSet, CODE_UNSPECIFIED);
264 null, ICON_UNDEFINED, CODE_UNSPECIFIED);
266 null, "a", ICON_UNDEFINED, CODE_UNSPECIFIED);
270 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
272 null, null, mSettingsIconId, CODE_UNSPECIFIED);
274 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
276 null, null, mSettingsIconId, CODE_UNSPECIFIED);
280 "abc", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 38 if (code == Constants.CODE_UNSPECIFIED) {
KeyboardCodesSet.java 94 Constants.CODE_UNSPECIFIED,
KeySpecParser.java 20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
229 return parseCode(moreKeySpec.substring(end + 1), codesSet, CODE_UNSPECIFIED);
490 ? casedText.codePointAt(0) : CODE_UNSPECIFIED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 23 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
170 if (outputText == null && altCode == CODE_UNSPECIFIED
211 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED,
215 mEnabled = (code != CODE_UNSPECIFIED);
322 R.styleable.Keyboard_Key_code), params.mCodesSet, CODE_UNSPECIFIED);
343 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText)
360 } else if (code == CODE_UNSPECIFIED && outputText != null) {
372 R.styleable.Keyboard_Key_altCode), params.mCodesSet, CODE_UNSPECIFIED),
746 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED;
    [all...]
Keyboard.java 168 if (code == Constants.CODE_UNSPECIFIED) {
MoreKeysKeyboardView.java 141 } else if (code != Constants.CODE_UNSPECIFIED) {
PointerTracker.java 550 } else if (code != Constants.CODE_UNSPECIFIED) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 129 if (key.getCode() != Constants.CODE_UNSPECIFIED) {

Completed in 261 milliseconds